app/views/alchemy/admin/passwords/new.html.erb in alchemy-devise-7.2.0 vs app/views/alchemy/admin/passwords/new.html.erb in alchemy-devise-7.3.0

- old
+ new

@@ -1,4 +1,8 @@ +<%= content_for :stylesheets do %> + <%= stylesheet_link_tag "alchemy-devise" %> +<% end %> + <div class="login_signup_box"> <%= image_tag 'alchemy/alchemy-logo.svg', id: 'logo' %> <% if @user.errors.blank? %> <%= render_message do %> <h1><%= Alchemy.t('Password reset') %></h1>