Sha256: d87ed65ae98db470bf35fd66d0bfaf408f3c6931d5bc48bc22cec9c7e891b037

Contents?: true

Size: 654 Bytes

Versions: 14

Compression:

Stored size: 654 Bytes

Contents

= devise_error_messages!

= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put, :class => 'form-horizontal' }) do |f|
  %fieldset
    %legend Set Your Member Password

    .control-group
      = f.label :password, :class=>'control-label'
      .controls= f.password_field :password, autocomplete: 'off'

    .control-group
      = f.label :password_confirmation, "Retype Password", :class=>'control-label'
      .controls= f.password_field :password_confirmation, autocomplete: 'off'

    = f.hidden_field :reset_password_token

    .form-actions
      = f.submit "Save", :class => "btn btn-primary"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/members/passwords/edit.html.haml
artfully_ose-1.3.0.pre3 app/views/members/passwords/edit.html.haml
artfully_ose-1.3.0.pre2 app/views/members/passwords/edit.html.haml
artfully_ose-1.3.0.pre1 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.beta.1 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.alpha.2 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.alpha.1 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.pre.27 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.pre.26 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.pre.24 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.pre.23 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.pre.21 app/views/members/passwords/edit.html.haml
artfully_ose-1.2.0.pre.20 app/views/members/passwords/edit.html.haml