diff options
Diffstat (limited to 'app/views/projects/branches/recent.html.haml')
-rw-r--r-- | app/views/projects/branches/recent.html.haml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/branches/recent.html.haml b/app/views/projects/branches/recent.html.haml deleted file mode 100644 index 37d7919121e..00000000000 --- a/app/views/projects/branches/recent.html.haml +++ /dev/null @@ -1,8 +0,0 @@ -= render "projects/commits/head" -.row - .col-md-3 - = render "filter" - .col-md-9 - %ul.bordered-list.top-list - - @branches.each do |branch| - = render "projects/branches/branch", branch: branch |