Commit 27b3d230 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove unecessary paddding at Branches#index page

parent b8ee6af0
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment