From 607a38dd00018d28dfd7ce55643ce354957e3533 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Sat, 19 Jan 2013 15:22:41 +0100 Subject: [PATCH] Fix public/projects#index page --- app/views/public/projects/index.html.haml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml index 3f5c811..afdd4c5 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" -- libgit2 0.21.2