Sha256: 553321541703b2675b4d8ae074e4d53278be4a4c2f4f04219f7d06750ee6d4bf
Contents?: true
Size: 498 Bytes
Versions: 1
Compression:
Stored size: 498 Bytes
Contents
<% @title = t("devise.change_password", :default => "Change Your Password") %> <%= semantic_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %> <%= f.input :password %> <%= f.input :password_confirmation, required: true %> <%= f.input :reset_password_token, :as => :hidden %> <%= f.actions do %> <%= f.action :submit, label: t("devise.change_my_password", :default => "Change My Password") %> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_application-0.0.1 | app/views/devise/passwords/edit.html.erb |