diff --git a/app/views/projects/branches/index.html.haml b/app/views/projects/branches/index.html.haml index 7a0eda6..45b9c6c 100644 --- a/app/views/projects/branches/index.html.haml +++ b/app/views/projects/branches/index.html.haml @@ -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 -- libgit2 0.21.2