summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 21:50:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 21:50:33 +0300
commite7f92c8a16a8632acae6c2d9fc8e316eec8ba5ef (patch)
tree8b85796042b6665a526f56089632b00386b241b4
parent25e629e460c30bb903be52dbf28fcc499566f318 (diff)
downloadgitlab-ce-e7f92c8a16a8632acae6c2d9fc8e316eec8ba5ef.tar.gz
Bold names for public projects
-rw-r--r--app/views/public/projects/index.html.haml2
1 files changed, 1 insertions, 1 deletions
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}