diff options
author | Nicolas <nicolas@gitlab.com> | 2015-06-14 21:30:09 +0200 |
---|---|---|
committer | Nicolas <nicolas@gitlab.com> | 2015-06-14 21:30:53 +0200 |
commit | 7b5b89eabdfcb7e6e41dd3b7dc77f192c61c9426 (patch) | |
tree | 80355ce9e766c061285533334d2df98075b77fd0 | |
parent | 5c6d83b8e772dedb753336d83783123e166fbe40 (diff) | |
download | gitlab-ce-7b5b89eabdfcb7e6e41dd3b7dc77f192c61c9426.tar.gz |
Remove button to all projects on Trending Projects page.
Fixes #2001.
-rw-r--r-- | app/views/explore/projects/trending.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/explore/projects/trending.html.haml b/app/views/explore/projects/trending.html.haml index 5ae2653fede..5e24df76a63 100644 --- a/app/views/explore/projects/trending.html.haml +++ b/app/views/explore/projects/trending.html.haml @@ -13,6 +13,3 @@ .public-projects %ul.bordered-list = render @trending_projects - - .center.append-bottom-20 - = link_to 'Show all projects', explore_projects_path, class: 'btn btn-primary' |