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.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/settings/_pages_settings.html.haml b/app/views/groups/settings/_pages_settings.html.haml
index 456e0b0f1d0..441e9333630 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|
+= gitlab_ui_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
.gl-mt-3
- = f.submit s_('GitLabPages|Save changes'), class: 'btn gl-button btn-confirm'
+ = f.submit s_('GitLabPages|Save changes'), pajamas_button: true