Changes bg images, adds favicon and alerts styles
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
<body class="auth-page">
|
||||
|
||||
<% if notice %>
|
||||
<p class="alert-box success"><%= notice %></p>
|
||||
<p class="alert-box success alert-layout"><%= notice %></p>
|
||||
<% end %>
|
||||
|
||||
<% if alert %>
|
||||
<p class="alert-box"><%= alert %></p>
|
||||
<p class="alert-box alert alert-layout"><%= alert %></p>
|
||||
<% end %>
|
||||
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user