Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_pages_settings.html.haml « settings « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 441e93336301a4569560c187704b4cb5470bf03b (plain)
1
2
3
4
5
= 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'), pajamas_button: true