Sha256: 60507ee2df04083ba9d34c5b3fbfcd6239aa6a7d812bc8909b7abd2cdef439a0
Contents?: true
Size: 738 Bytes
Versions: 17
Compression:
Stored size: 738 Bytes
Contents
<div id="login"> <%= content_tag :h2, t('active_admin.devise.change_password.title') %> <%= active_admin_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %> <%= devise_error_messages! %> <% f.inputs do f.input :password f.input :password_confirmation end %> <%= f.actions do f.action :submit, :label => t('active_admin.devise.change_password.submit'), :button_html => { :value => t('active_admin.devise.change_password.submit') } f.input :reset_password_token, :as => :hidden, :input_html => { :value => resource.reset_password_token } end %> <% end %> <%= render 'active_admin/devise/shared/links' %> </div>
Version data entries
17 entries across 17 versions & 5 rubygems