Sha256: abdd5b408a86358213acc1d7022669f6fa3be967bd92131b932d9e8a2f5f7796
Contents?: true
Size: 623 Bytes
Versions: 9
Compression:
Stored size: 623 Bytes
Contents
= aureus_box t("devise.ui.passwords.edit.title"), :centered => true, :for => :form do |b| - b.content do = semantic_form_for resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put } do |form| = form.input :reset_password_token, :as => :hidden = form.input :password, :label => t("devise.ui.passwords.edit.password") = form.input :password_confirmation, :label => t("devise.ui.passwords.edit.password_confirmation") = form.action :submit, :label => t("devise.ui.passwords.edit.submit") - b.foot do = render :partial => "{{{folder}}}/shared/links"
Version data entries
9 entries across 9 versions & 1 rubygems