mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Add header and customize some devise views
This commit is contained in:
7
app/views/layouts/_alerts.html.erb
Normal file
7
app/views/layouts/_alerts.html.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
<% if notice %>
|
||||
<p class="notice alert alert-primary"><%= notice %></p>
|
||||
<% end %>
|
||||
|
||||
<% if alert %>
|
||||
<p class="alert alert-danger"><%= alert %></p>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user