diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml
index 8fd0744a63fb0664d820787a480a853315d369a6..7e413904dc8b31be80075c209c9bced93e639d68 100644
--- a/app/views/dashboard/projects.html.haml
+++ b/app/views/dashboard/projects.html.haml
@@ -46,7 +46,7 @@
- else
= private_icon
= link_to project_path(project), class: dom_class(project) do
- = project.name_with_namespace
+ %strong= project.name_with_namespace
- if project.forked_from_project
%small.pull-right
diff --git a/app/views/profiles/groups/index.html.haml b/app/views/profiles/groups/index.html.haml
index c7c657a92a6d2581119008dc542146e4bac6dd2a..59ee696387cededb0a3962896b346b887ef7b76e 100644
--- a/app/views/profiles/groups/index.html.haml
+++ b/app/views/profiles/groups/index.html.haml
@@ -27,7 +27,7 @@
Leave
= link_to group, class: 'group-name' do
- = group.name
+ %strong= group.name
as #{user_group.human_access}