From f230591b3d75034d0d4c9daa615a76ac876786a6 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 15 Aug 2013 13:24:08 +0300 Subject: [PATCH] Use bold font at Dashboard#projects and Profile#groups --- app/views/dashboard/projects.html.haml | 2 +- app/views/profiles/groups/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml index 8fd0744..7e41390 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 c7c657a..59ee696 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} -- libgit2 0.21.2