From e7f92c8a16a8632acae6c2d9fc8e316eec8ba5ef Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 20 Aug 2013 21:50:33 +0300 Subject: Bold names for public projects --- app/views/public/projects/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml index 7fea017acec..bfede94917a 100644 --- a/app/views/public/projects/index.html.haml +++ b/app/views/public/projects/index.html.haml @@ -18,7 +18,7 @@ .project-title %i.icon-share.cgray = link_to public_project_path(project) do - = project.name_with_namespace + %strong= project.name_with_namespace .pull-right %pre.public-clone git clone #{project.http_url_to_repo} -- cgit v1.2.1