Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 22:50:33 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-20 22:50:33 +0400
commite7f92c8a16a8632acae6c2d9fc8e316eec8ba5ef (patch)
tree8b85796042b6665a526f56089632b00386b241b4
parent25e629e460c30bb903be52dbf28fcc499566f318 (diff)
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}