Commit 00e967a0 authored by Jacob Schatz's avatar Jacob Schatz

removes unused `alert` from issue spec. Requires flash in the *implementation* instead of the spec.

parent e11ee5ff
#= require flash
#= require jquery.waitforimages
#= require task_list
......
......@@ -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
......
#= require flash
#= require issue
describe 'Issue', ->
......
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