Commit e7f92c8a16a8632acae6c2d9fc8e316eec8ba5ef

Authored by Dmitriy Zaporozhets
1 parent 25e629e4

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 18 .project-title
19 19 %i.icon-share.cgray
20 20 = link_to public_project_path(project) do
21   - = project.name_with_namespace
  21 + %strong= project.name_with_namespace
22 22 .pull-right
23 23 %pre.public-clone git clone #{project.http_url_to_repo}
24 24  
... ...