diff --git a/app/views/projects/branches/recent.html.haml b/app/views/projects/branches/recent.html.haml index 6cafb47..25f416c 100644 --- a/app/views/projects/branches/recent.html.haml +++ b/app/views/projects/branches/recent.html.haml @@ -3,6 +3,6 @@ .span3 = render "filter" .span9 - %ul.bordered-list + %ul.bordered-list.top-list - @branches.each do |branch| - = render "projects/branches/branch", branch: branch + = render "projects/branches/branch", branch: branch \ No newline at end of file -- libgit2 0.21.2