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:
authorkushalpandya <kushal@gitlab.com>2017-10-13 11:38:50 +0300
committerkushalpandya <kushal@gitlab.com>2017-10-13 11:38:50 +0300
commit934f4c6ea4ebaf7a0c1935e1138fdfa1244312e0 (patch)
tree283ba75e6aa99bd464cd0ad662dd61fc1a7c43e6 /app/views/groups/show.html.haml
parentd72b95cfb7a538c9385f373747e3675de8acb980 (diff)
Add `archived` related options in sort dropdown
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index bfbe133f4e0..7f9486d08d9 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -11,7 +11,7 @@
.group-nav-container
.nav-controls.clearfix
= render "shared/groups/search_form"
- = render "shared/groups/dropdown"
+ = render "shared/groups/dropdown", show_archive_options: true
- if can? current_user, :create_projects, @group
- new_project_label = _("New project")
- new_subgroup_label = _("New subgroup")