Sha256: 2f63a3f9411c9ef15c0b717e2a3f96539c83ff5e353775272134d1092fb521c6

Contents?: true

Size: 605 Bytes

Versions: 15

Compression:

Stored size: 605 Bytes

Contents

- @page_id = "login"
- @page_title = "Log In"

= form_for(@user, :url => admin_password_reset_path, :method => :put, :html => {:id => "wrapper"}) do |f|
  %h1#loginTitle
    Change My Password
  
  %fieldset
    %p
      = f.label :password, :class=>"block_label"
      = f.password_field :password, :class => "text_field"
  
  %fieldset
    %p
      = f.label :password_confirmation, :class=>"block_password"
      = f.password_field :password_confirmation, :class => "text_field"
    
  %fieldset.last
    = f.submit "Reset my password", :class => "button", :disable_with => "Resetting your password..."

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gluttonberg-core-2.6.4 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.6.3 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.6.2 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.6.1 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.6.0 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.9 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.8 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.7 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.6 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.5 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.4 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.3 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.2 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5.1 app/views/gluttonberg/admin/password_resets/edit.html.haml
gluttonberg-core-2.5 app/views/gluttonberg/admin/password_resets/edit.html.haml