Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
696766fe
Commit
696766fe
authored
Jun 01, 2018
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated the styling for modal titles
parent
4963303f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
8 deletions
+7
-8
app/assets/stylesheets/framework/modal.scss
app/assets/stylesheets/framework/modal.scss
+0
-1
app/views/help/_shortcuts.html.haml
app/views/help/_shortcuts.html.haml
+1
-1
app/views/projects/_bitbucket_import_modal.html.haml
app/views/projects/_bitbucket_import_modal.html.haml
+1
-1
app/views/projects/_gitlab_import_modal.html.haml
app/views/projects/_gitlab_import_modal.html.haml
+1
-1
app/views/projects/_issuable_by_email.html.haml
app/views/projects/_issuable_by_email.html.haml
+2
-2
app/views/projects/deploy_tokens/_revoke_modal.html.haml
app/views/projects/deploy_tokens/_revoke_modal.html.haml
+1
-1
app/views/projects/merge_requests/_how_to_merge.html.haml
app/views/projects/merge_requests/_how_to_merge.html.haml
+1
-1
No files found.
app/assets/stylesheets/framework/modal.scss
View file @
696766fe
.modal-header
{
background-color
:
$modal-body-bg
;
padding
:
#{
3
*
$grid-size
}
#{
2
*
$grid-size
}
;
.page-title
,
.modal-title
{
...
...
app/views/help/_shortcuts.html.haml
View file @
696766fe
...
...
@@ -2,7 +2,7 @@
.modal-dialog.modal-lg
.modal-content
.modal-header
%h4
%h4
.modal-title
Keyboard Shortcuts
%small
=
link_to
'(Show all)'
,
'#'
,
class:
'js-more-help-button'
...
...
app/views/projects/_bitbucket_import_modal.html.haml
View file @
696766fe
...
...
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h3
Import projects from Bitbucket
%h3
.modal-title
Import projects from Bitbucket
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
%span
{
"aria-hidden"
:
true
}
×
.modal-body
...
...
app/views/projects/_gitlab_import_modal.html.haml
View file @
696766fe
...
...
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h3
Import projects from GitLab.com
%h3
.modal-title
Import projects from GitLab.com
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
%span
{
"aria-hidden"
:
true
}
×
.modal-body
...
...
app/views/projects/_issuable_by_email.html.haml
View file @
696766fe
...
...
@@ -8,10 +8,10 @@
.modal-dialog
{
role:
"document"
}
.modal-content
.modal-header
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
%span
{
"aria-hidden"
:
true
}
×
%h4
.modal-title
Create new
#{
name
}
by email
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
%span
{
"aria-hidden"
:
true
}
×
.modal-body
%p
You can create a new
#{
name
}
inside this project by sending an email to the following email address:
...
...
app/views/projects/deploy_tokens/_revoke_modal.html.haml
View file @
696766fe
...
...
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h4
.modal-title
.float-left
%h4
.modal-title
=
s_
(
'DeployTokens|Revoke'
)
%b
#{
token
.
name
}
?
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
...
...
app/views/projects/merge_requests/_how_to_merge.html.haml
View file @
696766fe
...
...
@@ -2,7 +2,7 @@
.modal-dialog
.modal-content
.modal-header
%h3
Check out, review, and merge locally
%h3
.modal-title
Check out, review, and merge locally
%button
.close
{
type:
"button"
,
"data-dismiss"
:
"modal"
,
"aria-label"
=>
_
(
'Close'
)
}
%span
{
"aria-hidden"
:
true
}
×
.modal-body
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment