Commit 607a38dd00018d28dfd7ce55643ce354957e3533

Authored by Riyad Preukschas
1 parent 47e510e1

Fix public/projects#index page

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
app/views/public/projects/index.html.haml
1 %h3.page_title 1 %h3.page_title
2 Projects 2 Projects
3 - %small Read-Only Access 3 + %small with read-only access
4 %hr 4 %hr
5 5
6 %ul.unstyled 6 %ul.unstyled
@@ -10,8 +10,7 @@ @@ -10,8 +10,7 @@
10 %i.icon-share 10 %i.icon-share
11 = project.name_with_namespace 11 = project.name_with_namespace
12 .right 12 .right
13 - %span.monospace.tiny  
14 - git clone #{project.http_url_to_repo} 13 + %pre.dark.tiny git clone #{project.http_url_to_repo}
15 14
16 15
17 = paginate @projects, theme: "admin" 16 = paginate @projects, theme: "admin"