Sha256: 5ef5ce422b42709070d8928926dc63707b7f070dae87af7be639fd6f85663674
Contents?: true
Size: 544 Bytes
Versions: 4
Compression:
Stored size: 544 Bytes
Contents
<%= title_tag t('.title') %> <%= semantic_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %> <%= f.inputs do %> <%= f.input :reset_password_token, :as => :hidden %> <%= f.input :password, :as => :password %> <%= f.input :password_confirmation, :as => :password %> <% end %> <%= f.actions do %> <%= f.action :submit, :as => :button, :label => t('.commit') %> <%= f.action :cancel, :as => :link %> <% end %> <% end %> <%= render "links" %>
Version data entries
4 entries across 4 versions & 1 rubygems