Files
astuto/app/views/layouts/_alerts.html.erb

7 lines
178 B
Plaintext
Raw Normal View History

<% if notice %>
2019-08-19 16:43:32 +02:00
<p class="notice container alert alert-primary"><%= notice %></p>
<% end %>
<% if alert %>
2019-08-19 16:43:32 +02:00
<p class="alert container alert-danger"><%= alert %></p>
<% end %>