21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-06-19 15:57:18 +02:00
chexpire/app/views/shared/_notices.html.erb

8 lines
204 B
Plaintext
Raw Normal View History

2018-05-23 15:46:10 +02:00
<% 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 %>