From 3ee46726c5231b5c7f8b3bf45cfb700ebcaf414d Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 8 Aug 2013 20:25:47 +0000 Subject: [PATCH] Remove unecessary paddding at Branches#recent page --- app/views/projects/branches/recent.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/projects/branches/recent.html.haml b/app/views/projects/branches/recent.html.haml index 6cafb47364..25f416c78f 100644 --- a/app/views/projects/branches/recent.html.haml +++ b/app/views/projects/branches/recent.html.haml @@ -3,6 +3,6 @@ .span3 = render "filter" .span9 - %ul.bordered-list + %ul.bordered-list.top-list - @branches.each do |branch| - = render "projects/branches/branch", branch: branch + = render "projects/branches/branch", branch: branch \ No newline at end of file