Commit f230591b3d75034d0d4c9daa615a76ac876786a6

Authored by Dmitriy Zaporozhets
1 parent 12d55ba6

Use bold font at Dashboard#projects and Profile#groups

app/views/dashboard/projects.html.haml
... ... @@ -46,7 +46,7 @@
46 46 - else
47 47 = private_icon
48 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 51 - if project.forked_from_project
52 52 %small.pull-right
... ...
app/views/profiles/groups/index.html.haml
... ... @@ -27,7 +27,7 @@
27 27 Leave
28 28  
29 29 = link_to group, class: 'group-name' do
30   - = group.name
  30 + %strong= group.name
31 31  
32 32 as #{user_group.human_access}
33 33  
... ...