Updates a load of modal headers to use better markup
This commit is contained in:
parent
7270227537
commit
4963303fae
16 changed files with 32 additions and 21 deletions
|
@ -2,11 +2,12 @@
|
|||
.modal-dialog.modal-lg
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h4
|
||||
Keyboard Shortcuts
|
||||
%small
|
||||
= link_to '(Show all)', '#', class: 'js-more-help-button'
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
.row
|
||||
.col-lg-4
|
||||
|
|
|
@ -77,11 +77,10 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%button.close{ type: 'button', 'data-dismiss': 'modal' }
|
||||
%span
|
||||
×
|
||||
%h4.modal-title
|
||||
Position and size your new avatar
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
.profile-crop-image-container
|
||||
%img.modal-profile-crop-image{ alt: 'Avatar cropper' }
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h3 Import projects from Bitbucket
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
To enable importing projects from Bitbucket,
|
||||
- if current_user.admin?
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h3 Import projects from GitLab.com
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
To enable importing projects from GitLab.com,
|
||||
- if current_user.admin?
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
.modal-dialog{ role: "document" }
|
||||
.modal-content
|
||||
.modal-header
|
||||
%button.close{ type: "button", data: { dismiss: "modal" }, aria: { label: "close" } }
|
||||
%span{ aria: { hidden: "true" } }= icon("times")
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
%h4.modal-title
|
||||
Create new #{name} by email
|
||||
.modal-body
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.modal-dialog.modal-lg
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h3.page-title= _('Create New Directory')
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
= form_tag project_create_dir_path(@project, @id), method: :post, remote: false, class: 'js-create-dir-form js-quick-submit js-requires-input' do
|
||||
.form-group.row
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h3.page-title Delete #{@blob.name}
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
|
||||
.modal-body
|
||||
= form_tag project_blob_path(@project, @id), method: :delete, class: 'js-delete-blob-form js-quick-submit js-requires-input' do
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.modal-dialog.modal-lg
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h3.page-title= title
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
= form_tag form_path, method: method, class: 'js-quick-submit js-upload-blob-form', data: { method: method } do
|
||||
.dropzone
|
||||
|
|
|
@ -2,11 +2,12 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%button.close{ data: { dismiss: 'modal' } } ×
|
||||
%h3.page-title
|
||||
- title_branch_name = capture do
|
||||
%span.js-branch-name.ref-name>[branch name]
|
||||
= s_("Branches|Delete protected branch '%{branch_name}'?").html_safe % { branch_name: title_branch_name }
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
|
||||
.modal-body
|
||||
%p
|
||||
|
|
|
@ -15,8 +15,9 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h3.page-title= title
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
- if description
|
||||
%p.append-bottom-20= description
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
%h4.modal-title.float-left
|
||||
= s_('DeployTokens|Revoke')
|
||||
%b #{token.name}?
|
||||
%button.close{ 'aria-label' => _('Close'), 'data-dismiss' => 'modal', type: 'button' }
|
||||
%span{ 'aria-hidden' => 'true' } ×
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
%p
|
||||
= s_('DeployTokens|You are about to revoke')
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
.modal-content
|
||||
.modal-header
|
||||
%h3 Check out, review, and merge locally
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
%p
|
||||
%strong Step 1.
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%h3.page-title= s_("WikiNewPageTitle|New Wiki Page")
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
.modal-body
|
||||
%form.new-wiki-page
|
||||
.form-group
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
.modal-header
|
||||
%h3.page-title
|
||||
Confirmation required
|
||||
%a.close{ href: "#", "data-dismiss" => "modal" } ×
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
|
||||
.modal-body
|
||||
%p.text-danger.js-confirm-text
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%button.close{ data: {dismiss: 'modal' } } ×
|
||||
%h3.page-title Delete #{render_colored_label(label, tooltip: false)} ?
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
|
||||
.modal-body
|
||||
%p
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
%button.close{ type: "button", "aria-label": "close", data: { dismiss: "modal" } }
|
||||
%span{ "aria-hidden": "true" } ×
|
||||
%h4#custom-notifications-title.modal-title
|
||||
#{ _('Custom notification events') }
|
||||
%button.close{ type: "button", "data-dismiss": "modal", "aria-label" => _('Close') }
|
||||
%span{ "aria-hidden": true } ×
|
||||
|
||||
.modal-body
|
||||
.container-fluid
|
||||
|
|
Loading…
Reference in a new issue