debian-mirror-gitlab/app/views/groups/settings/_pages_settings.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
265 B
Text
Raw Normal View History

2022-11-25 23:54:43 +05:30
= gitlab_ui_form_for @group, html: { multipart: true, class: 'gl-show-field-errors' }, authenticity_token: true do |f|
2020-03-13 15:44:24 +05:30
= render_if_exists 'shared/pages/max_pages_size_input', form: f
2020-10-24 23:57:45 +05:30
.gl-mt-3
2022-11-25 23:54:43 +05:30
= f.submit s_('GitLabPages|Save changes'), pajamas_button: true