summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-03-12 14:40:17 +0000
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-03-12 14:40:17 +0000
commitf9dc1e86881f21b0960d0035c1e051c2e54fdd80 (patch)
tree013c5ee41412783aaf3c3ab05c5f05b0a8a1336d
parent35dc722f8071fad7731edd22e62c3c20a3daa9e4 (diff)
downloadgitlab-ce-f9dc1e86881f21b0960d0035c1e051c2e54fdd80.tar.gz
Remove js-toggle classes
-rw-r--r--app/views/shared/milestones/_deprecation_message.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/milestones/_deprecation_message.html.haml b/app/views/shared/milestones/_deprecation_message.html.haml
index 714739a1ca7..9f049e7bde1 100644
--- a/app/views/shared/milestones/_deprecation_message.html.haml
+++ b/app/views/shared/milestones/_deprecation_message.html.haml
@@ -1,13 +1,13 @@
-.milestone-deprecation-message.prepend-top-default.js-toggle-container
+.milestone-deprecation-message.prepend-top-default
= image_tag 'illustrations/milestone_removing-page.svg', class: 'append-right-default'
.inline.vertical-align-middle.text-container
%strong This page will be removed in a future release.
%p.append-bottom-default.prepend-top-5
Use group milestones to manage issues from multiple projects in the same milestone.
%br
- = button_tag 'Promote these project milestones into a group milestone.', class: 'btn-link js-toggle-button'
+ = button_tag 'Promote these project milestones into a group milestone.', class: 'btn-blank'
- .popup.js-toggle-content.hide
+ .popup.hide
.body
%ol.instructions-list
%li