Commit 27b3d2302ed73276a041775330715962fa3b449b

Authored by Dmitriy Zaporozhets
1 parent b8ee6af0

Remove unecessary paddding at Branches#index page

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