Sha256: c56c4ccea16a4fe41ab523fd7b12c4b89011bd4caa02587b4c129d676b38d47b

Contents?: true

Size: 600 Bytes

Versions: 16

Compression:

Stored size: 600 Bytes

Contents

<div id="reset-password-confirm" class="common-form">
  <h1><%= t('muck.users.select_new_password') %></h1>
  <%= output_errors(t('muck.users.select_new_password'), {:class => 'help-box'}) %>
  <% custom_form_for @user, :url => password_reset_path, :html => {:method => :put} do |f| -%>
    <%= f.password_field :password, { :label => t('muck.users.password'), :hide_required => true } -%>
    <%= f.password_field :password_confirmation, { :label => t('muck.users.confirm_password'), :hide_required => true } -%>
    <%= submit_tag t('muck.users.confirm_select_new_password') %>
  <% end -%>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
muck-users-0.3.20 app/views/password_resets/edit.html.erb
muck-users-0.3.19 app/views/password_resets/edit.html.erb
muck-users-0.3.18 app/views/password_resets/edit.html.erb
muck-users-0.3.17 app/views/password_resets/edit.html.erb
muck-users-0.3.16 app/views/password_resets/edit.html.erb
muck-users-0.3.15 app/views/password_resets/edit.html.erb
muck-users-0.3.14 app/views/password_resets/edit.html.erb
muck-users-0.3.13 app/views/password_resets/edit.html.erb
muck-users-0.3.12 app/views/password_resets/edit.html.erb
muck-users-0.3.11 app/views/password_resets/edit.html.erb
muck-users-0.3.10 app/views/password_resets/edit.html.erb
muck-users-0.3.9 app/views/password_resets/edit.html.erb
muck-users-0.3.8 app/views/password_resets/edit.html.erb
muck-users-0.3.7 app/views/password_resets/edit.html.erb
muck-users-0.3.6 app/views/password_resets/edit.html.erb
muck-users-0.3.4 app/views/password_resets/edit.html.erb