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
2addebc7
Commit
2addebc7
authored
Apr 03, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UX changes
parent
e11dfbef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
12 deletions
+21
-12
app/assets/stylesheets/framework/banner.scss
app/assets/stylesheets/framework/banner.scss
+16
-7
app/assets/stylesheets/framework/buttons.scss
app/assets/stylesheets/framework/buttons.scss
+1
-1
app/views/shared/_auto_devops_callout.html.haml
app/views/shared/_auto_devops_callout.html.haml
+1
-1
app/views/shared/milestones/_deprecation_message.html.haml
app/views/shared/milestones/_deprecation_message.html.haml
+3
-3
No files found.
app/assets/stylesheets/framework/banner.scss
View file @
2addebc7
...
...
@@ -2,7 +2,6 @@
display
:
flex
;
position
:
relative
;
flex-wrap
:
wrap
;
justify-content
:
center
;
align-items
:
start
;
.banner-close
{
...
...
@@ -18,18 +17,28 @@
}
.banner-graphic
{
margin
:
0
20px
20px
;
margin
:
0
20px
20px
0
;
}
&
.banner-non-empty-state
{
border-bottom
:
1px
solid
$border-color
;
}
.banner-body
{
text-align
:
left
;
}
@media
(
max-width
:
$screen-xs-max
)
{
justify-content
:
center
;
.banner-title
,
.banner-buttons
{
text-align
:
center
;
}
.banner-buttons
{
text-align
:
center
;
.banner-text
,
.banner-link
{
display
:
inline
;
}
.banner-graphic
{
margin
:
0
20px
20px
;
}
}
}
app/assets/stylesheets/framework/buttons.scss
View file @
2addebc7
...
...
@@ -486,4 +486,4 @@ fieldset[disabled] .btn,
&
:hover
{
@extend
%disabled
;
}
}
}
\ No newline at end of file
app/views/shared/_auto_devops_callout.html.haml
View file @
2addebc7
...
...
@@ -3,7 +3,7 @@
=
custom_icon
(
'icon_autodevops'
)
.banner-body.prepend-left-10.append-bottom-10
%h5
=
s_
(
'AutoDevOps|Auto DevOps (Beta)'
)
%h5
.banner-title
=
s_
(
'AutoDevOps|Auto DevOps (Beta)'
)
%p
=
s_
(
'AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration.'
)
%p
-
link
=
link_to
(
s_
(
'AutoDevOps|Auto DevOps documentation'
),
help_page_path
(
'topics/autodevops/index.md'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
)
...
...
app/views/shared/milestones/_deprecation_message.html.haml
View file @
2addebc7
.banner-callout.compact.milestone-deprecation-message.js-milestone-deprecation-message.prepend-top-20
.banner-graphic
=
image_tag
'illustrations/milestone_removing-page.svg'
.banner-body.prepend-left-10.append-right-10
%h5
.prepend-top-0
=
_
(
'This page will be removed in a future release.'
)
%p
=
_
(
'Use group milestones to manage issues from multiple projects in the same milestone.'
)
=
button_tag
_
(
'Promote these project milestones into a group milestone.'
),
class:
'btn-link js-popover-link text-align-left'
%h5
.
banner-title.
prepend-top-0
=
_
(
'This page will be removed in a future release.'
)
%p
.banner-text
=
_
(
'Use group milestones to manage issues from multiple projects in the same milestone.'
)
=
button_tag
_
(
'Promote these project milestones into a group milestone.'
),
class:
'btn-link js-popover-link text-align-left
banner-link
'
.banner-buttons.prepend-top-20
=
link_to
_
(
'Learn more'
),
help_page_url
(
'user/project/milestones/index'
,
anchor:
'promoting-project-milestones-to-group-milestones'
),
class:
'btn btn-default'
,
target:
'_blank'
%template
.js-milestone-deprecation-message-template
...
...
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