mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
<% if notice %>
|
|
<p class="notice container alert alert-primary"><%= notice %></p>
|
|
<% end %>
|
|
|
|
<% if alert %>
|
|
<p class="alert container alert-danger"><%= alert %></p>
|
|
<% end %> |