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