Sha256: e5355827c95cef12fea6fd018b09ab1f12a0ebf6ee3fb8b38e3b1c6c7962c4e5

Contents?: true

Size: 384 Bytes

Versions: 3

Compression:

Stored size: 384 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'), class: 'btn btn-primary' %></div>
<% end %>

<%# partial in tkh_menus gem or has to be added in host app %>
<%= render './shared/menus' %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tkh_authentication-0.1.2 app/views/password_resets/new.html.erb
tkh_authentication-0.1.1 app/views/password_resets/new.html.erb
tkh_authentication-0.1 app/views/password_resets/new.html.erb