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: 273714d4dccf29490a27e0a2b18e10408718e4e0 (plain)
1
2
3
4
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

  .gl-mt-3
    = f.submit s_('GitLabPages|Save'), class: 'btn gl-button btn-success'