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