diff options
author | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-19 15:22:41 +0100 |
---|---|---|
committer | Riyad Preukschas <riyad@informatik.uni-bremen.de> | 2013-01-19 15:27:00 +0100 |
commit | 607a38dd00018d28dfd7ce55643ce354957e3533 (patch) | |
tree | e9390dbb2ef6487a2a126bb6319ae1d817ed7bc7 | |
parent | 47e510e14f53cf4d46adeda61069d2c3a591107f (diff) | |
download | gitlab-ce-607a38dd00018d28dfd7ce55643ce354957e3533.tar.gz |
Fix public/projects#index page
-rw-r--r-- | app/views/public/projects/index.html.haml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml index 3f5c81181d8..afdd4c5fd95 100644 --- a/app/views/public/projects/index.html.haml +++ b/app/views/public/projects/index.html.haml @@ -1,6 +1,6 @@ %h3.page_title Projects - %small Read-Only Access + %small with read-only access %hr %ul.unstyled @@ -10,8 +10,7 @@ %i.icon-share = project.name_with_namespace .right - %span.monospace.tiny - git clone #{project.http_url_to_repo} + %pre.dark.tiny git clone #{project.http_url_to_repo} = paginate @projects, theme: "admin" |