lib/authpwn_rails/generators/templates/session/new.html.erb in authpwn_rails-0.10.8 vs lib/authpwn_rails/generators/templates/session/new.html.erb in authpwn_rails-0.10.9
- old
+ new
@@ -1,7 +1,10 @@
<% if flash[:notice] %>
<p class="notice"><%= flash[:notice] %></p>
<% end %>
+<% if flash[:alert] %>
+<p class="alert"><%= flash[:alert] %></p>
+<% end %>
<% if @redirect_url %>
<p>
We need you to log in before we can show you the page that you are trying to
view.