Sha256: 23b170f1d6f9dca34846c0b3010b7d7344625da1482840eb42bb920f34a6dbac
Contents?: true
Size: 448 Bytes
Versions: 10
Compression:
Stored size: 448 Bytes
Contents
<h2>Set your password</h2> <% form_for resource_name, resource, :url => invitation_path(resource_name), :html => { :method => :put } do |f| %> <%= f.error_messages %> <%= f.hidden_field :invitation_token %> <p><%= f.label :password %></p> <p><%= f.password_field :password %></p> <p><%= f.label :password_confirmation %></p> <p><%= f.password_field :password_confirmation %></p> <p><%= f.submit "Set my password" %></p> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems