Styles for header,footer,filters, alerts and pages
This commit is contained in:
@@ -15,11 +15,19 @@
|
||||
<body class="auth-page">
|
||||
|
||||
<% if notice %>
|
||||
<p class="alert-box success alert-layout"><%= notice %></p>
|
||||
<div class="alert-box success alert-layout">
|
||||
<div class="row">
|
||||
<%= notice %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<% if alert %>
|
||||
<p class="alert-box alert alert-layout"><%= alert %></p>
|
||||
<div class="alert-box alert alert-layout">
|
||||
<div class="row">
|
||||
<%= alert %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user