summaryrefslogtreecommitdiff
path: root/app/views/admin/projects/index.html.haml
diff options
context:
space:
mode:
authorArtem Sidorenko <artem.sidorenko@telekom.de>2015-08-10 19:42:09 +0200
committerArtem Sidorenko <artem.sidorenko@telekom.de>2015-08-19 13:46:59 +0200
commit3ebbed25f0538f170fdf64a3ca34bc1d34b4836b (patch)
treef4657154a288b6fb81570ca7a4d98351df7a43dd /app/views/admin/projects/index.html.haml
parent3659d3b5c6eb645756b3df79a22471f8695f133b (diff)
downloadgitlab-ce-3ebbed25f0538f170fdf64a3ca34bc1d34b4836b.tar.gz
Allow listing of archived projects
Resolves #9285
Diffstat (limited to 'app/views/admin/projects/index.html.haml')
-rw-r--r--app/views/admin/projects/index.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml
index f43d46356fa..e8aefbda25b 100644
--- a/app/views/admin/projects/index.html.haml
+++ b/app/views/admin/projects/index.html.haml
@@ -23,6 +23,10 @@
= label_tag :abandoned do
= check_box_tag :abandoned, 1, params[:abandoned]
%span No activity over 6 month
+ .checkbox
+ = label_tag :with_archived do
+ = check_box_tag :with_archived, 1, params[:with_archived]
+ %span Show archived projects
%fieldset
%strong Visibility level: