From 27b3d2302ed73276a041775330715962fa3b449b Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 8 Aug 2013 20:48:06 +0000 Subject: [PATCH] Remove unecessary paddding at Branches#index page --- app/views/projects/branches/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml index 7a0eda6..45b9c6c 100644 --- a/app/views/projects/branches/index.html.haml +++ b/app/views/projects/branches/index.html.haml @@ -4,7 +4,7 @@ = render "filter" .span9 - unless @branches.empty? - %ul.bordered-list + %ul.bordered-list.top-list - @branches.each do |branch| = render "projects/branches/branch", branch: branch - = paginate @branches, theme: 'gitlab' + = paginate @branches, theme: 'gitlab' \ No newline at end of file -- libgit2 0.21.2