diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 5e5b316d722e0292a3d7685c6e3a3302e4890e7b..1f4b5839175cd2d0ff54b4eadb63eeeff610bafd 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -1,6 +1,6 @@ .project-home-panel .row - .span4 + .span5 %h4.project-home-title = @project.name_with_namespace - if @project.public @@ -8,7 +8,7 @@ - else %span.public-label Private - .span8 + .span7 .project-home-dropdown = render "dropdown" .form-horizontal