diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-10-29 03:38:19 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-10-29 03:38:19 +0000 |
commit | cad97cd4dd4de0bcf119983ae70801b68ec9504c (patch) | |
tree | 4204e094f54952ce763b91c10d360b3b918f3cda /app | |
parent | b216d9bf85388e34891e392d8c80e72643d639c0 (diff) | |
download | gitlab-ce-cad97cd4dd4de0bcf119983ae70801b68ec9504c.tar.gz |
add container registry images to not exported list
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/edit.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml index 30473d14b9b..d2623e85c87 100644 --- a/app/views/projects/edit.html.haml +++ b/app/views/projects/edit.html.haml @@ -180,6 +180,7 @@ %ul %li Build traces and artifacts %li LFS objects + %li Container registry images %hr - if can? current_user, :archive_project, @project .row.prepend-top-default |