summaryrefslogtreecommitdiff
path: root/app/views/explore
diff options
context:
space:
mode:
authorNicolas <nicolas@gitlab.com>2015-06-14 21:30:09 +0200
committerNicolas <nicolas@gitlab.com>2015-06-14 21:30:53 +0200
commit7b5b89eabdfcb7e6e41dd3b7dc77f192c61c9426 (patch)
tree80355ce9e766c061285533334d2df98075b77fd0 /app/views/explore
parent5c6d83b8e772dedb753336d83783123e166fbe40 (diff)
downloadgitlab-ce-7b5b89eabdfcb7e6e41dd3b7dc77f192c61c9426.tar.gz
Remove button to all projects on Trending Projects page.
Fixes #2001.
Diffstat (limited to 'app/views/explore')
-rw-r--r--app/views/explore/projects/trending.html.haml3
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'