summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/_pages_settings.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/settings/_pages_settings.html.haml')
-rw-r--r--app/views/groups/settings/_pages_settings.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/settings/_pages_settings.html.haml b/app/views/groups/settings/_pages_settings.html.haml
index 9e1932185da..b6cf05d96ab 100644
--- a/app/views/groups/settings/_pages_settings.html.haml
+++ b/app/views/groups/settings/_pages_settings.html.haml
@@ -1,5 +1,5 @@
= form_for @group, html: { multipart: true, class: 'gl-show-field-errors' }, authenticity_token: true do |f|
= render_if_exists 'shared/pages/max_pages_size_input', form: f
- .prepend-top-10
+ .gl-mt-3
= f.submit s_('GitLabPages|Save'), class: 'btn btn-success'