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/_dropdown.html.haml')
-rw-r--r--app/views/explore/projects/_dropdown.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/explore/projects/_dropdown.html.haml b/app/views/explore/projects/_dropdown.html.haml
index a4b4cd8d6c7..8859cf1eb15 100644
--- a/app/views/explore/projects/_dropdown.html.haml
+++ b/app/views/explore/projects/_dropdown.html.haml
@@ -18,3 +18,11 @@
= sort_title_recently_updated
= link_to explore_projects_filter_path(sort: sort_value_oldest_updated) do
= sort_title_oldest_updated
+ %li.divider
+ %li
+ - if params[:archived].present?
+ = link_to explore_projects_filter_path(sort: @sort, archived: nil) do
+ Hide archived projects
+ - else
+ = link_to explore_projects_filter_path(sort: @sort, archived: true) do
+ Show archived projects