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
2db0a9b2
Commit
2db0a9b2
authored
Apr 06, 2018
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Review changes
parent
523190f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+21
-21
app/views/shared/milestones/_deprecation_message.html.haml
app/views/shared/milestones/_deprecation_message.html.haml
+2
-2
No files found.
app/assets/stylesheets/pages/milestone.scss
View file @
2db0a9b2
...
...
@@ -204,32 +204,32 @@
padding
:
0
;
}
.milestone-popover-body
{
padding
:
$gl-padding-8
;
background-color
:
$gray-light
;
.btn-link
{
padding
:
0
;
}
}
.milestone-popover-footer
{
padding
:
$gl-padding-8
$gl-padding
;
border-top
:
1px
solid
$white-dark
;
}
.milestone-popover-body
{
padding
:
$gl-padding-8
;
background-color
:
$gray-light
;
}
.milestone-popover-instructions-list
{
padding-left
:
2em
;
.milestone-popover-footer
{
padding
:
$gl-padding-8
$gl-padding
;
border-top
:
1px
solid
$white-dark
;
}
>
li
{
padding-left
:
1em
;
}
}
.milestone-popover-instructions-list
{
padding-left
:
2em
;
.btn-link
{
padding
:
0
;
>
li
{
padding
-left
:
1em
;
}
}
@media
(
max-width
:
$screen-xs-max
)
{
.banner-text
,
.banner-link
{
display
:
inline
;
}
@media
(
max-width
:
$screen-xs-max
)
{
.milestone-banner-text
,
.milestone-banner-link
{
display
:
inline
;
}
}
}
\ No newline at end of file
app/views/shared/milestones/_deprecation_message.html.haml
View file @
2db0a9b2
...
...
@@ -3,8 +3,8 @@
.banner-body.prepend-left-10.append-right-10
%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'
=
button_tag
_
(
'Promote these project milestones into a group milestone.'
),
class:
'btn-link js-popover-link text-align-left
milestone-
banner-link'
.
milestone-
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
.milestone-popover-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