Sha256: e417bdd97954517de29cb072b66f94e79b4894ceebddff7a0a30a618c7ea11d3

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

<h2><%= t('.change_password') %></h2>

<% form_for @user, :url => password_reset_path, :method => :put, :html => { :class => 'form' } do |f| %>
  <%= f.error_messages :header_message => t('.could_not_reset_password') %>
  
  <p class="form_item">
    <span class="label"><%= f.label :password, t('.password') %></span>
    <%= f.password_field :password %>
  </p>

  <p class="form_item">
    <span class="label"><%= f.label :password_confirmation, t('.password_confirmation') %></span>
    <%= f.password_field :password_confirmation %>
  </p>
  
  <p><%= f.submit t('.update') %></p>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tiny_core_users-0.0.1 rails_generators/tiny_user/templates/password_resets/edit.html.erb