Skip to content
Snippets Groups Projects
Commit 9b9d0f39 authored by Clement Ho's avatar Clement Ho
Browse files

[skip ci] Replace col-*-offset-* with offset-*-*

parent 5a4342c3
No related branches found
No related tags found
No related merge requests found
Showing
with 32 additions and 32 deletions
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :gravatar_enabled do
= f.check_box :gravatar_enabled
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@
= link_to 'restart', help_page_path('administration/restart_gitlab')
to take effect.
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :sidekiq_throttling_enabled do
= f.check_box :sidekiq_throttling_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :auto_devops_enabled do
= f.check_box :auto_devops_enabled
Loading
Loading
@@ -18,7 +18,7 @@
.form-text.text-muted
= s_("AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages.")
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :shared_runners_enabled do
= f.check_box :shared_runners_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :email_author_in_body do
= f.check_box :email_author_in_body
Loading
Loading
@@ -13,7 +13,7 @@
Enable this option to include the name of the author of the issue,
merge request or comment in the email body instead.
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :html_emails_enabled do
= f.check_box :html_emails_enabled
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
= f.text_area :help_page_text, class: 'form-control', rows: 4
.form-text.text-muted Markdown enabled
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :help_page_hide_commercial_content do
= f.check_box :help_page_hide_commercial_content
Loading
Loading
Loading
Loading
@@ -9,7 +9,7 @@
to take effect.
= link_to icon('question-circle'), help_page_path('administration/monitoring/performance/introduction')
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :metrics_enabled do
= f.check_box :metrics_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :throttle_unauthenticated_enabled do
= f.check_box :throttle_unauthenticated_enabled
Loading
Loading
@@ -19,7 +19,7 @@
.col-sm-10
= f.number_field :throttle_unauthenticated_period_in_seconds, class: 'form-control'
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :throttle_authenticated_api_enabled do
= f.check_box :throttle_authenticated_api_enabled
Loading
Loading
@@ -35,7 +35,7 @@
.col-sm-10
= f.number_field :throttle_authenticated_api_period_in_seconds, class: 'form-control'
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :throttle_authenticated_web_enabled do
= f.check_box :throttle_authenticated_web_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :koding_enabled do
= f.check_box :koding_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :sentry_enabled do
= f.check_box :sentry_enabled
Loading
Loading
@@ -19,7 +19,7 @@
= f.text_field :sentry_dsn, class: 'form-control'
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :clientside_sentry_enabled do
= f.check_box :clientside_sentry_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :allow_local_requests_from_hooks_and_services do
= f.check_box :allow_local_requests_from_hooks_and_services
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
= f.number_field :max_pages_size, class: 'form-control'
.form-text.text-muted 0 for unlimited
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :pages_domain_verification_enabled do
= f.check_box :pages_domain_verification_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :authorized_keys_enabled do
= f.check_box :authorized_keys_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :performance_bar_enabled do
= f.check_box :performance_bar_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :plantuml_enabled do
= f.check_box :plantuml_enabled
Loading
Loading
Loading
Loading
@@ -12,7 +12,7 @@
to take effect.
= link_to icon('question-circle'), help_page_path('administration/monitoring/prometheus/index')
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :prometheus_metrics_enabled do
= f.check_box :prometheus_metrics_enabled
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@
.sub-section
%h4 Repository checks
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :repository_checks_enabled do
= f.check_box :repository_checks_enabled
Loading
Loading
@@ -15,7 +15,7 @@
%a{ href: 'https://www.kernel.org/pub/software/scm/git/docs/git-fsck.html', target: 'blank' } 'git fsck'
in all project and wiki repositories to look for silent disk corruption issues.
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
= link_to 'Clear all repository checks', clear_repository_check_states_admin_application_settings_path, data: { confirm: 'This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?' }, method: :put, class: "btn btn-sm btn-remove"
.form-text.text-muted
If you got a lot of false alarms from repository checks you can choose to clear all repository check information from the database.
Loading
Loading
@@ -23,7 +23,7 @@
.sub-section
%h4 Housekeeping
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :housekeeping_enabled do
= f.check_box :housekeeping_enabled
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@
%fieldset
.sub-section
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :hashed_storage_enabled do
= f.check_box :hashed_storage_enabled
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :password_authentication_enabled_for_web do
= f.check_box :password_authentication_enabled_for_web
Loading
Loading
@@ -11,7 +11,7 @@
.form-text.text-muted
When disabled, an external authentication provider must be used.
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :password_authentication_enabled_for_git do
= f.check_box :password_authentication_enabled_for_git
Loading
Loading
Loading
Loading
@@ -3,13 +3,13 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :signup_enabled do
= f.check_box :signup_enabled
Sign-up enabled
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :send_user_confirmation_email do
= f.check_box :send_user_confirmation_email
Loading
Loading
@@ -27,7 +27,7 @@
= f.check_box :domain_blacklist_enabled
Enable domain blacklist for sign ups
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= label_tag :blacklist_type_file do
= radio_button_tag :blacklist_type, :file
Loading
Loading
Loading
Loading
@@ -3,7 +3,7 @@
 
%fieldset
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :recaptcha_enabled do
= f.check_box :recaptcha_enabled
Loading
Loading
@@ -24,7 +24,7 @@
= f.text_field :recaptcha_private_key, class: 'form-control'
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :akismet_enabled do
= f.check_box :akismet_enabled
Loading
Loading
@@ -40,7 +40,7 @@
%a{ href: 'http://www.akismet.com', target: 'blank' } http://www.akismet.com
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :unique_ips_limit_enabled do
= f.check_box :unique_ips_limit_enabled
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment