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

Version Path
aureus-1.3.1 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.3.0 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.2.2 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.2.1 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.2.0 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.1.2 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.1.1 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.1.0 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml
aureus-1.0.0 lib/generators/aureus/devise_views/templates/devise/passwords/edit.html.haml