summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/fixtures')
-rw-r--r--spec/javascripts/fixtures/issues_show.html.haml11
1 files changed, 7 insertions, 4 deletions
diff --git a/spec/javascripts/fixtures/issues_show.html.haml b/spec/javascripts/fixtures/issues_show.html.haml
index 6c985a32966..f67ea5a13c7 100644
--- a/spec/javascripts/fixtures/issues_show.html.haml
+++ b/spec/javascripts/fixtures/issues_show.html.haml
@@ -1,7 +1,10 @@
-.issue-box.issue-box-open Open
-.issue-box.issue-box-closed.hidden Closed
-%a.btn-close{"data-url" => "http://gitlab/issues/6/close"} Close
-%a.btn-reopen.hidden{"data-url" => "http://gitlab/issues/6/reopen"} Reopen
+:css
+ .hidden { display: none !important; }
+
+.status-box.status-box-open Open
+.status-box.status-box-closed.hidden Closed
+%a.btn-close{"href" => "http://gitlab/issues/6/close"} Close
+%a.btn-reopen.hidden{"href" => "http://gitlab/issues/6/reopen"} Reopen
.detail-page-description
.description.js-task-list-container