Commit ebf11981e07d334ffe902fd04ec418e602789bd9
Exists in
master
and in
4 other branches
Merge branch 'fix/branch-padding' of /home/git/repositories/dzaporozhets/gitlabhq
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 | ... | ... |