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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
ea6147d6
Commit
ea6147d6
authored
Jun 04, 2019
by
Enrique Alcantara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup deprecation message popover
parent
aad8675d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
25 deletions
+1
-25
app/assets/stylesheets/components/user_popover.scss
app/assets/stylesheets/components/user_popover.scss
+0
-4
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+0
-21
app/views/shared/milestones/_deprecation_message.html.haml
app/views/shared/milestones/_deprecation_message.html.haml
+1
-0
No files found.
app/assets/stylesheets/components/user_popover.scss
deleted
100644 → 0
View file @
aad8675d
.user-popover
{
padding
:
$gl-padding-8
;
line-height
:
$gl-line-height
;
}
app/assets/stylesheets/pages/milestone.scss
View file @
ea6147d6
...
...
@@ -230,27 +230,6 @@ $status-box-line-height: 26px;
background-color
:
$white-light
;
}
.milestone-deprecation-message
{
.popover
{
padding
:
0
;
}
.popover-body
,
.popover-content
{
padding
:
0
;
}
}
.milestone-popover-body
{
padding
:
$gl-padding-8
;
background-color
:
$gray-light
;
}
.milestone-popover-footer
{
padding
:
$gl-padding-8
$gl-padding
;
border-top
:
1px
solid
$white-dark
;
}
.milestone-popover-instructions-list
{
padding-left
:
2em
;
...
...
app/views/shared/milestones/_deprecation_message.html.haml
View file @
ea6147d6
...
...
@@ -11,4 +11,5 @@
%ol
.milestone-popover-instructions-list.append-bottom-0
%li
=
_
(
'Click any <strong>project name</strong> in the project list below to navigate to the project milestone.'
).
html_safe
%li
=
_
(
'Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone.'
).
html_safe
%hr
.popover-hr
.milestone-popover-footer
=
link_to
_
(
'Learn more'
),
help_page_url
(
'user/project/milestones/index'
,
anchor:
'promoting-project-milestones-to-group-milestones'
),
class:
'btn btn-link prepend-left-0'
,
target:
'_blank'
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