21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-09 12:08:38 +02:00
chexpire/app/views/shared/_notices.html.erb
2018-05-24 14:26:47 +02:00

8 lines
204 B
Plaintext

<% if notice.present? %>
<div class="alert alert-success" role="alert"><%= notice %></div>
<% end %>
<% if alert.present? %>
<div class="alert alert-danger" role="alert"><%= alert %></div>
<% end %>