From cad97cd4dd4de0bcf119983ae70801b68ec9504c Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sat, 29 Oct 2016 03:38:19 +0000 Subject: [PATCH] add container registry images to not exported list --- app/views/projects/edit.html.haml | 1 + 1 file changed, 1 insertion(+) 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 -- GitLab