Fix ugly project access icons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
487f78be12
commit
69d149e0d0
2 changed files with 9 additions and 15 deletions
|
@ -100,14 +100,9 @@
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
border: 1px solid #EEE;
|
|
||||||
padding: 8px 12px;
|
|
||||||
border-radius: 50px;
|
|
||||||
background: #f5f5f5;
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
i {
|
i {
|
||||||
color: #BBB;
|
color: #888;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
%li
|
%li
|
||||||
.project-access-icon
|
%h4.project-title
|
||||||
= visibility_level_icon(project.visibility_level)
|
.project-access-icon
|
||||||
|
= visibility_level_icon(project.visibility_level)
|
||||||
|
= link_to project.name_with_namespace, project
|
||||||
|
|
||||||
.project-description
|
- if current_page?(starred_explore_projects_path)
|
||||||
%h4.project-title
|
%strong.pull-right
|
||||||
= link_to project.name_with_namespace, project
|
= pluralize project.star_count, 'star'
|
||||||
|
|
||||||
- if current_page?(starred_explore_projects_path)
|
|
||||||
%strong.pull-right
|
|
||||||
= pluralize project.star_count, 'star'
|
|
||||||
|
|
||||||
|
.project-info
|
||||||
- if project.description.present?
|
- if project.description.present?
|
||||||
%p.project-description.str-truncated
|
%p.project-description.str-truncated
|
||||||
= project.description
|
= project.description
|
||||||
|
|
Loading…
Reference in a new issue