Commit f230591b3d75034d0d4c9daa615a76ac876786a6
1 parent
12d55ba6
Exists in
master
and in
4 other branches
Use bold font at Dashboard#projects and Profile#groups
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/dashboard/projects.html.haml
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | - else | 46 | - else |
47 | = private_icon | 47 | = private_icon |
48 | = link_to project_path(project), class: dom_class(project) do | 48 | = link_to project_path(project), class: dom_class(project) do |
49 | - = project.name_with_namespace | 49 | + %strong= project.name_with_namespace |
50 | 50 | ||
51 | - if project.forked_from_project | 51 | - if project.forked_from_project |
52 | %small.pull-right | 52 | %small.pull-right |
app/views/profiles/groups/index.html.haml