Sha256: cc4fcbe8a729465b0c1b377633e7d1cb57579f6c39ab326e38527f039d4bf0a8
Contents?: true
Size: 498 Bytes
Versions: 3
Compression:
Stored size: 498 Bytes
Contents
- title Radmin::I18n.t(:change_password, :default => "Change your password") = form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| = f.hidden_field :reset_password_token = f.label :password, "New password" = f.password_field :password = f.label :password_confirmation, "Confirm new password" = f.password_field :password_confirmation .buttons = f.submit Radmin::I18n.t(:change_password, :default => "Change Password")
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
radmin-0.3.3 | app/views/radmin/passwords/edit.html.haml |
radmin-0.3.2 | app/views/radmin/passwords/edit.html.haml |
radmin-0.3.1 | app/views/radmin/passwords/edit.html.haml |