Sha256: a9f727b8c9eb65be6525073e57913ad22e17151191d344b2d528f5efd248abbc
Contents?: true
Size: 338 Bytes
Versions: 1
Compression:
Stored size: 338 Bytes
Contents
<h2>Send invitation</h2> <% form_for resource, :as => resource_name, :url => invitation_path(resource_name) do |f| %> <%= f.error_messages %> <p><%= f.label :email %></p> <p><%= f.text_field :email %></p> <p><%= f.submit "Send an invitation" %></p> <% end %> <%= link_to "Home", after_sign_in_path_for(resource_name) %><br />
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lperichon-devise_invitable-0.3.0 | app/views/devise/invitations/new.html.erb |