parent
1656289d7d
commit
41095dc0e3
@ -0,0 +1,11 @@
|
|||||||
|
<% if flash[:notice] %>
|
||||||
|
<div class="flash notice">
|
||||||
|
<%= flash[:notice] %>
|
||||||
|
</div>
|
||||||
|
<% end %>
|
||||||
|
|
||||||
|
<% if flash[:alert] %>
|
||||||
|
<div class="flash alert">
|
||||||
|
<%= flash[:alert] %>
|
||||||
|
</div>
|
||||||
|
<% end %>
|
Loading…
Reference in new issue