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 jquery.waitforimages
#= require task_list #= require task_list
......
...@@ -2,13 +2,8 @@ ...@@ -2,13 +2,8 @@
.hidden { display: none !important; } .hidden { display: none !important; }
.flash-container .flash-container
- if alert
.flash-alert .flash-alert
= alert
- elsif notice
.flash-notice .flash-notice
= notice
.status-box.status-box-open Open .status-box.status-box-open Open
.status-box.status-box-closed.hidden Closed .status-box.status-box-closed.hidden Closed
......
#= require flash
#= require issue #= require issue
describe '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