Sha256: a052abca03f19f8d9f8813e9b42076e440a87c6194f96635130c6ac9fca1945c

Contents?: true

Size: 380 Bytes

Versions: 16

Compression:

Stored size: 380 Bytes

Contents

= form_for(@admin, :url => { :action => "update_password" } ) do |f|
  .field
    = f.label :current_password
    = f.password_field :current_password
  .field
    = f.label :password, "Password"
    = f.password_field :password, :autocomplete => "off"
  .field
    = f.label :password_confirmation
    = f.password_field :password_confirmation
  .action_container
    = f.submit

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
qbrick-2.7.1 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.7 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.10 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.9 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.8 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.7 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.6 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.5 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.4 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.3 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.2 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.1 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.6.0 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.5.2 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.5.1 app/views/qbrick/cms/accounts/edit.html.haml
qbrick-2.5.0 app/views/qbrick/cms/accounts/edit.html.haml