Sha256: 45f4293af8712d04ca0c488b2cab17f375d8dc25bcc2dd94eeb80b67b24ef17b

Contents?: true

Size: 264 Bytes

Versions: 12

Compression:

Stored size: 264 Bytes

Contents

<%= form_tag password_resets_path, :method => :post do %>
  <div class="field">
    <%= label_tag :email %>
    <%= text_field_tag :email, params[:email] %>
  </div>
  <div class="actions"><%= submit_tag t('authentication.reset_your_password') %></div>
<% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
tkh_authentication-0.0.12 app/views/password_resets/new.html.erb
tkh_authentication-0.0.11 app/views/password_resets/new.html.erb
tkh_authentication-0.0.10 app/views/password_resets/new.html.erb
tkh_authentication-0.0.9 app/views/password_resets/new.html.erb
tkh_authentication-0.0.8 app/views/password_resets/new.html.erb
tkh_authentication-0.0.7 app/views/password_resets/new.html.erb
tkh_authentication-0.0.6 app/views/password_resets/new.html.erb
tkh_authentication-0.0.5 app/views/password_resets/new.html.erb
tkh_authentication-0.0.4 app/views/password_resets/new.html.erb
tkh_authentication-0.0.3 app/views/password_resets/new.html.erb
tkh_authentication-0.0.2 app/views/password_resets/new.html.erb
tkh_authentication-0.0.1 app/views/password_resets/new.html.erb