mirror of
https://github.com/astuto/astuto.git
synced 2025-12-28 16:06:51 +01:00
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
<% if notice %>
|
|
<p class="notice alert alert-primary"><%= notice %></p>
|
|
<% end %>
|
|
|
|
<% if alert %>
|
|
<p class="alert alert-danger"><%= alert %></p>
|
|
<% end %> |