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/index.html.haml')
-rw-r--r--app/views/explore/projects/index.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/explore/projects/index.html.haml b/app/views/explore/projects/index.html.haml
deleted file mode 100644
index 5086b58cd03..00000000000
--- a/app/views/explore/projects/index.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-.clearfix
- = render 'filter'
-
-%hr
-.public-projects
- %ul.bordered-list.top-list
- = render @projects
- - unless @projects.present?
- .nothing-here-block No public projects
-
- = paginate @projects, theme: "gitlab"