debian-mirror-gitlab/app/views/groups/settings/_pages_settings.html.haml
2021-09-30 23:02:18 +05:30

5 lines
269 B
Text

= 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'