Sha256: 28ceaa12b3173de8fa54ba7166b737b7223ff41c5b1b74da9c934306ecf25d43
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
<h2>Set your password</h2> <% form_for resource, :as => resource_name, :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lperichon-devise_invitable-0.3.0 | app/views/devise/invitations/edit.html.erb |