Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/explore/projects/trending.html.haml')
-rw-r--r--app/views/explore/projects/trending.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/explore/projects/trending.html.haml b/app/views/explore/projects/trending.html.haml
deleted file mode 100644
index 9cad9238933..00000000000
--- a/app/views/explore/projects/trending.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-.explore-trending-block
- %p.lead
- %i.fa.fa-comments-o
- See most discussed projects for last month
- %hr
- .public-projects
- %ul.bordered-list
- = render @trending_projects
-
- .center
- = link_to 'Show all projects', explore_projects_path, class: 'btn btn-primary'