summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 20:57:16 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2015-12-23 20:57:16 -0500
commit00e967a07f476f7df7aaddc652258668af392f5d (patch)
tree31081b11bba2fb0bd248c0b0aa47151748a68864 /spec/javascripts/fixtures
parente11ee5ff01bf031cd4fda377a7444f2ba4d50f40 (diff)
downloadgitlab-ce-close-open-ajax-issue.tar.gz
removes unused `alert` from issue spec. Requires flash in the *implementation* instead of the spec.close-open-ajax-issue
Diffstat (limited to 'spec/javascripts/fixtures')
-rw-r--r--spec/javascripts/fixtures/issues_show.html.haml9
1 files changed, 2 insertions, 7 deletions
diff --git a/spec/javascripts/fixtures/issues_show.html.haml b/spec/javascripts/fixtures/issues_show.html.haml
index dd01b6378c5..470cabeafbb 100644
--- a/spec/javascripts/fixtures/issues_show.html.haml
+++ b/spec/javascripts/fixtures/issues_show.html.haml
@@ -2,13 +2,8 @@
.hidden { display: none !important; }
.flash-container
- - if alert
- .flash-alert
- = alert
-
- - elsif notice
- .flash-notice
- = notice
+ .flash-alert
+ .flash-notice
.status-box.status-box-open Open
.status-box.status-box-closed.hidden Closed