Remove unused template

#268
This commit is contained in:
Artur Beljajev 2017-01-21 18:21:37 +02:00
parent 612e282c49
commit 5ed86d084b

View file

@ -1,4 +0,0 @@
- display = (flash.empty?) ? 'none' : 'block'
#flash{style: "display: #{display};"}
- type = (flash[:notice]) ? 'bg-success' : 'bg-danger'
.alert{class: type}= flash[:notice] || flash[:alert]