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 21 additions and 21 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 :version_check_enabled do
= f.check_box :version_check_enabled
Loading
Loading
@@ -13,7 +13,7 @@
= link_to 'Learn more', help_page_path("user/admin_area/settings/usage_statistics", anchor: "version-check")
about what information is shared with GitLab Inc.
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
- can_be_configured = @application_setting.usage_ping_can_be_configured?
.form-check
= f.label :usage_ping_enabled do
Loading
Loading
Loading
Loading
@@ -43,7 +43,7 @@
= link_to "(?)", help_page_path("integration/gitlab")
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.label :project_export_enabled do
= f.check_box :project_export_enabled
Loading
Loading
Loading
Loading
@@ -16,7 +16,7 @@
required: true,
data: { preview_path: preview_admin_broadcast_messages_path }
.form-group.row.js-toggle-colors-container
.col-sm-10.col-sm-offset-2
.col-sm-10.offset-sm-2
= link_to 'Customize colors', '#', class: 'js-toggle-colors-link'
.form-group.row.js-toggle-colors-container.d-none
= f.label :color, "Background Color", class: 'col-form-label col-sm-2'
Loading
Loading
Loading
Loading
@@ -10,14 +10,14 @@
= render 'shared/visibility_level', f: f, visibility_level: visibility_level, can_change_visibility_level: can_change_group_visibility_level?(@group), form_model: @group
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
= render 'shared/allow_request_access', form: f
 
= render 'groups/group_admin_settings', f: f
 
- if @group.new_record?
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.alert.alert-info
= render 'shared/group_tips'
.form-actions
Loading
Loading
Loading
Loading
@@ -127,7 +127,7 @@
= dropdown_loading
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
= f.submit 'Transfer', class: 'btn btn-primary'
 
.card.repository-check
Loading
Loading
Loading
Loading
@@ -22,7 +22,7 @@
Require all users in this group to setup Two-factor authentication
= link_to icon('question-circle'), help_page_path('security/two_factor_authentication', anchor: 'enforcing-2fa-for-all-users-in-a-group')
.form-group
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= f.text_field :two_factor_grace_period, class: 'form-control'
.form-text.text-muted Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication
Loading
Loading
@@ -8,7 +8,7 @@
= render 'shared/group_form', f: f
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.avatar-container.s160
= group_icon(@group, alt: '', class: 'avatar group-avatar s160')
%p.light
Loading
Loading
@@ -24,7 +24,7 @@
= render 'shared/visibility_level', f: f, visibility_level: @group.visibility_level, can_change_visibility_level: can_change_group_visibility_level?(@group), form_model: @group
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
= render 'shared/allow_request_access', form: f
 
.form-group.row
Loading
Loading
Loading
Loading
@@ -22,7 +22,7 @@
= render 'create_chat_team', f: f if Gitlab.config.mattermost.enabled
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
= render 'shared/group_tips'
 
.form-actions
Loading
Loading
Loading
Loading
@@ -471,13 +471,13 @@
.col-sm-10
%input#inputPassword3.form-control{ :placeholder => "Password", :type => "password" }/
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
%label
%input{ :type => "checkbox" }/
Remember me
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
%button.btn.btn-secondary{ :type => "submit" } Sign in
 
.lead
Loading
Loading
Loading
Loading
@@ -10,6 +10,6 @@
= render 'shared/new_commit_form', placeholder: "Delete #{@blob.name}"
 
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
= button_tag 'Delete file', class: 'btn btn-remove btn-remove-file'
= link_to "Cancel", '#', class: "btn btn-cancel", "data-dismiss" => "modal"
Loading
Loading
@@ -8,7 +8,7 @@
= render 'projects/clusters/dropdown', dropdown_text: s_('ClusterIntegration|Create Kubernetes cluster on Google Kubernetes Engine')
= render 'header'
.row
.col-sm-8.col-sm-offset-4.signin-with-google
.col-sm-8.offset-sm-4.signin-with-google
- if @authorize_url
= link_to @authorize_url do
= image_tag('auth_buttons/signin_with_google.png', width: '191px')
Loading
Loading
.cycle-analytics-overview
.container
.row
.col-md-10.col-md-offset-1
.col-md-10.offset-md-1
.row.overview-details
.col-md-6.overview-text
%h4 Introducing Cycle Analytics
Loading
Loading
Loading
Loading
@@ -7,7 +7,7 @@
.max-width-marker
%textarea.form-control.js-commit-message#commit-message{ "v-model" => "conflictsData.commitMessage", "rows" => "5" }
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.row
.col-6
%button.btn.btn-success.js-submit-button{ type: "button", "@click" => "commit()", ":disabled" => "!readyToCommit" }
Loading
Loading
.services-installation-info
- unless @service.activated?
.row
.col-sm-9.col-sm-offset-3
.col-sm-9.offset-sm-3
= link_to new_project_mattermost_path(@project), class: 'btn btn-lg' do
= custom_icon('mattermost_logo', size: 15)
Add to Mattermost
Loading
Loading
@@ -21,7 +21,7 @@
 
- if issuable.respond_to?(:confidential)
.form-group.row
.col-sm-offset-2.col-sm-10
.offset-sm-2.col-sm-10
.form-check
= form.label :confidential do
= form.check_box :confidential
Loading
Loading
@@ -37,7 +37,7 @@
 
- if @merge_request_to_resolve_discussions_of
.form-group.row
.col-sm-10.col-sm-offset-2
.col-sm-10.offset-sm-2
= icon('info-circle')
- if @merge_request_to_resolve_discussions_of.discussions_can_be_resolved_by?(current_user)
= hidden_field_tag 'merge_request_to_resolve_discussions_of', @merge_request_to_resolve_discussions_of.iid
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
- return unless issuable.can_remove_source_branch?(current_user)
 
.form-group
.col-sm-10.col-sm-offset-2
.col-sm-10.offset-sm-2
- if issuable.can_remove_source_branch?(current_user)
.form-check
= label_tag 'merge_request[force_remove_source_branch]' do
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