Sha256: 4ff5008883dca5f1555c85fb9c59342f3c3cf0be284f99271f0ede7056c10400

Contents?: true

Size: 453 Bytes

Versions: 15

Compression:

Stored size: 453 Bytes

Contents

<div id="authenticate" class="password-reset">
  <h2><%= t(".title") %></h2>

  <p><%= t(".description") %></p>

  <%= form_for :password, url: passwords_path do |form| %>

    <div class="field">
      <%= form.label :email %>
      <%= form.text_field :email, type: 'email' %>
    </div>

    <div class="actions">
      <%= form.submit %>
    </div>

  <% end %>

  <div class="links">
    <%= link_to t(".sign_in"), sign_in_path %>
  </div>

</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
authenticate-0.7.3 app/views/passwords/new.html.erb
authenticate-0.7.2 app/views/passwords/new.html.erb
authenticate-0.7.1 app/views/passwords/new.html.erb
authenticate-0.7.0 app/views/passwords/new.html.erb
authenticate-0.6.1 app/views/passwords/new.html.erb
authenticate-0.6.0 app/views/passwords/new.html.erb
authenticate-0.5.0 app/views/passwords/new.html.erb
authenticate-0.4.0 app/views/passwords/new.html.erb
authenticate-0.3.3 app/views/passwords/new.html.erb
authenticate-0.3.2 app/views/passwords/new.html.erb
authenticate-0.3.1 app/views/passwords/new.html.erb
authenticate-0.3.0 app/views/passwords/new.html.erb
authenticate-0.2.3 app/views/passwords/new.html.erb
authenticate-0.2.2 app/views/passwords/new.html.erb
authenticate-0.2.1 app/views/passwords/new.html.erb