summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-15 13:24:08 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-15 13:24:08 +0300
commitf230591b3d75034d0d4c9daa615a76ac876786a6 (patch)
treee9f23db0538b1ffe369cd09a5dbafe7a26586a23
parent12d55ba6ccb1b2afa02fcc1fc7ca5ffbd0e21cc3 (diff)
downloadgitlab-ce-f230591b3d75034d0d4c9daa615a76ac876786a6.tar.gz
Use bold font at Dashboard#projects and Profile#groups
-rw-r--r--app/views/dashboard/projects.html.haml2
-rw-r--r--app/views/profiles/groups/index.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml
index 8fd0744a63f..7e413904dc8 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 c7c657a92a6..59ee696387c 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}