Merge branch 'project-type-icon-your-projects' into 'master'
Show project visibility level on project list Fixes #3779 ![Screen_Shot_2016-02-22_at_10.08.58](/uploads/611cc8aa2d12591d4fe6a70ba0f45d68/Screen_Shot_2016-02-22_at_10.08.58.png) See merge request !2908
This commit is contained in:
commit
7c80998536
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
|||
%span
|
||||
= icon('star')
|
||||
= project.star_count
|
||||
%span.visibility-icon.has_tooltip{data: { container: 'body', placement: 'left' },
|
||||
title: "#{visibility_level_label(project.visibility_level)} - #{project_visibility_level_description(project.visibility_level)}"}
|
||||
= visibility_level_icon(project.visibility_level, fw: false)
|
||||
- if show_last_commit_as_description
|
||||
.project-description
|
||||
= link_to_gfm project.commit.title, namespace_project_commit_path(project.namespace, project, project.commit),
|
||||
|
|
Loading…
Reference in a new issue