Commit 72e0cdd0 authored by Luke Bennett's avatar Luke Bennett

Correct styling of deprecation warning

parent 49fad054
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
= link_to 'Reopen Milestone', group_milestone_route(milestone, {state_event: :activate }), method: :put, class: "btn btn-grouped btn-reopen" = link_to 'Reopen Milestone', group_milestone_route(milestone, {state_event: :activate }), method: :put, class: "btn btn-grouped btn-reopen"
.deprecation-warning.prepend-top-default .deprecation-warning.prepend-top-default
= image_tag 'illustrations/milestone_removing-page.svg' = image_tag 'illustrations/milestone_removing-page.svg', class: 'append-right-default'
.inline .inline.vertical-align-middle
%strong.append-top-default This page will be removed in a future release. %strong This page will be removed in a future release.
%p %p.append-bottom-default.prepend-top-default
Use group milestones to manage issues from multiple projects in the same milestone. Use group milestones to manage issues from multiple projects in the same milestone.
%br %br
= button_tag 'Promote these project milestones into a group milestone.', class: 'btn-link' = button_tag 'Promote these project milestones into a group milestone.', class: 'btn-link'
%div= link_to 'Learn more', class: 'btn btn-default' %div= link_to 'Learn more', help_page_url('user/project/milestones', anchor: 'promoting-project-milestones-to-group-milestones'), class: 'btn btn-default'
.detail-page-description.milestone-detail .detail-page-description.milestone-detail
%h2.title %h2.title
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment