Commit e7f92c8a16a8632acae6c2d9fc8e316eec8ba5ef
1 parent
25e629e4
Exists in
master
and in
4 other branches
Bold names for public projects
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/public/projects/index.html.haml
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | .project-title | 18 | .project-title |
19 | %i.icon-share.cgray | 19 | %i.icon-share.cgray |
20 | = link_to public_project_path(project) do | 20 | = link_to public_project_path(project) do |
21 | - = project.name_with_namespace | 21 | + %strong= project.name_with_namespace |
22 | .pull-right | 22 | .pull-right |
23 | %pre.public-clone git clone #{project.http_url_to_repo} | 23 | %pre.public-clone git clone #{project.http_url_to_repo} |
24 | 24 |