Commit 3ee46726c5231b5c7f8b3bf45cfb700ebcaf414d

Authored by Dmitriy Zaporozhets
1 parent 869f45b3

Remove unecessary paddding at Branches#recent page

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/projects/branches/recent.html.haml
... ... @@ -3,6 +3,6 @@
3 3 .span3
4 4 = render "filter"
5 5 .span9
6   - %ul.bordered-list
  6 + %ul.bordered-list.top-list
7 7 - @branches.each do |branch|
8 8 - = render "projects/branches/branch", branch: branch
  9 + = render "projects/branches/branch", branch: branch
9 10 \ No newline at end of file
... ...