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