Sha256: ee049a13f1be60b4daa5fcb7f22ffdb472051279b89bfa51293994564729c226

Contents?: true

Size: 602 Bytes

Versions: 8

Compression:

Stored size: 602 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 :reset_password, :url => password_resets_path, :html => {:method => :put} do |f| -%>
    <%= f.text_field :password, { :label => t('muck.users.password'), :hide_required => true } -%>
    <%= f.text_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

8 entries across 8 versions & 1 rubygems

Version Path
muck-users-0.1.4 app/views/password_resets/edit.html.erb
muck-users-0.1.5 app/views/password_resets/edit.html.erb
muck-users-0.1.6 app/views/password_resets/edit.html.erb
muck-users-0.1.7 app/views/password_resets/edit.html.erb
muck-users-0.1.3 app/views/password_resets/edit.html.erb
muck-users-0.1.2 app/views/password_resets/edit.html.erb
muck-users-0.1.1 app/views/password_resets/edit.html.erb
muck-users-0.1.0 app/views/password_resets/edit.html.erb