diff options
Diffstat (limited to 'app/views/projects/cleanup/_show.html.haml')
-rw-r--r-- | app/views/projects/cleanup/_show.html.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/cleanup/_show.html.haml b/app/views/projects/cleanup/_show.html.haml index 0ebca588002..f560127fefd 100644 --- a/app/views/projects/cleanup/_show.html.haml +++ b/app/views/projects/cleanup/_show.html.haml @@ -25,5 +25,7 @@ = f.file_field :bfg_object_map, class: "hidden js-object-map-input", required: true .form-text.text-muted = _("The maximum file size allowed is %{size}.") % { size: number_to_human_size(Gitlab::CurrentSettings.max_attachment_size.megabytes) } - = f.submit _('Start cleanup'), class: 'btn btn-success' + + .gl-display-flex.gl-justify-content-end + = f.submit _('Start cleanup'), class: 'btn btn-success' |