Commit 73ffa9c3 authored by Nathan Friend's avatar Nathan Friend

Merge branch '215344-geo-settings-page-width' into 'master'

Align Geo Settings Page Width

Closes #215344

See merge request gitlab-org/gitlab!31257
parents e69773c8 a38a1c61
- if Gitlab::Geo.license_allows?
%section
.settings-header
%h4
= _('Geo Settings')
%p
= _('Geo allows you to replicate your GitLab instance to other geographical locations.')
%h2.page-title
= _('Geo Settings')
%p.page-subtitle.light
= _('Geo allows you to replicate your GitLab instance to other geographical locations.')
= form_for @application_setting, url: admin_geo_settings_path, html: { class: 'fieldset-form' } do |f|
= form_errors(@application_setting)
%fieldset
......
- page_title "Geo Settings"
- @content_class = "limit-container-width geo-admin-settings" unless fluid_layout
= render partial: 'admin/geo/shared/license_alert'
= render_if_exists 'admin/geo/settings/form'
---
title: Geo - Bring settings UI in-line with other Geo Views
merge_request: 31257
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment