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