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