Commit 607a38dd00018d28dfd7ce55643ce354957e3533
1 parent
47e510e1
Exists in
master
and in
4 other branches
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 | 1 | %h3.page_title |
| 2 | 2 | Projects |
| 3 | - %small Read-Only Access | |
| 3 | + %small with read-only access | |
| 4 | 4 | %hr |
| 5 | 5 | |
| 6 | 6 | %ul.unstyled |
| ... | ... | @@ -10,8 +10,7 @@ |
| 10 | 10 | %i.icon-share |
| 11 | 11 | = project.name_with_namespace |
| 12 | 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 | 16 | = paginate @projects, theme: "admin" | ... | ... |