Sha256: 429e4e45aee216771a9043b4b62c4db5be0c27642c9a12b0f8f2fd68f6b20f2e

Contents?: true

Size: 687 Bytes

Versions: 3

Compression:

Stored size: 687 Bytes

Contents

<div id="login_box">
  <div id="alchemy_greeting">
    <%= image_tag("alchemy/alchemy-logo.svg", style: "width: 240px; height: 70px") %>
  </div>
  <div class="login_signup_box">
  <% if @user.errors.blank? %>
    <%= render_message do %>
      <h1><%= _t 'Password reset' %></h1>
      <p><%= _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 %>
      <%= f.submit _t("Send reset instructions") %>
    <% end %>
  </div>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alchemy-devise-2.1.0.beta2 app/views/alchemy/passwords/new.html.erb
alchemy-devise-2.1.0.beta1 app/views/alchemy/passwords/new.html.erb
alchemy-devise-2.0.0 app/views/alchemy/passwords/new.html.erb