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

Version Path
devise_invitable-0.3.0 app/views/invitations/edit.html.erb
devise_invitable-0.2.3 app/views/invitations/edit.html.erb
devise_invitable-0.2.2 app/views/invitations/edit.html.erb
devise_invitable-0.2.1 app/views/invitations/edit.html.erb
devise_invitable-0.2.0 app/views/invitations/edit.html.erb
devise_invitable-0.1.4 app/views/invitations/edit.html.erb
devise_invitable-0.1.3 app/views/invitations/edit.html.erb
devise_invitable-0.1.2 app/views/invitations/edit.html.erb
devise_invitable-0.1.1 app/views/invitations/edit.html.erb
devise_invitable-0.1.0 app/views/invitations/edit.html.erb