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