Sha256: 687506364a119b133a6c7d5b906a77268ab9419deb99f292a31695a121e722ab
Contents?: true
Size: 632 Bytes
Versions: 3
Compression:
Stored size: 632 Bytes
Contents
<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> <p><%= Alchemy.t('Please enter your email address') %></p> <% end %> <% else %> <div id="errors" style="display: block"> <%= devise_error_messages! %> </div> <% end %> <%= alchemy_form_for :user, url: reset_password_path, html: {method: 'post'} do |f| %> <%= f.input :email, autofocus: true, input_html: {value: params[:email]} %> <%= f.submit Alchemy.t("Send reset instructions") %> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alchemy-devise-4.0.0 | app/views/alchemy/passwords/new.html.erb |
alchemy-devise-3.6.0 | app/views/alchemy/passwords/new.html.erb |
alchemy-devise-3.5.0 | app/views/alchemy/passwords/new.html.erb |