2014-05-08 20:01:41 -04:00
|
|
|
<% if notice.present? %>
|
2014-10-13 13:41:58 -04:00
|
|
|
<p class="flash alert alert-success"><%= raw(notice) %><span class="dismiss">X</span></p>
|
2014-05-08 20:01:41 -04:00
|
|
|
<% end %>
|
|
|
|
<% if alert.present? %>
|
2014-10-13 13:41:58 -04:00
|
|
|
<p class="flash alert alert-danger"><%= raw(alert) %><span class="dismiss">X</span></p>
|
2014-05-08 20:01:41 -04:00
|
|
|
<% end %>
|
|
|
|
|