Sha256: 10666a55fa3b8e1f467650485dc098c57b8776d1248723ba5a84a87adbaffef4

Contents?: true

Size: 438 Bytes

Versions: 19

Compression:

Stored size: 438 Bytes

Contents

<h2>Send invitation</h2>

<%= form_for resource, :as => resource_name, :url => invitation_path(resource_name), :html => {:method => :post} do |f| %>
  <%= devise_error_messages! %>

<% resource.class.invite_key_fields.each do |field| -%>
  <p><%= f.label field %><br />
  <%= f.text_field field %></p>
<% end -%>

  <p><%= f.submit "Send an invitation" %></p>
<% end %>

<%= link_to "Home", after_sign_in_path_for(resource_name) %><br />

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/members/invitations/new.html.erb
artfully_ose-1.3.0.pre3 app/views/members/invitations/new.html.erb
artfully_ose-1.3.0.pre2 app/views/members/invitations/new.html.erb
artfully_ose-1.3.0.pre1 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.beta.1 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.alpha.2 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.alpha.1 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.27 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.26 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.24 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.23 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.21 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.20 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.19 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.18 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.17 app/views/members/invitations/new.html.erb
artfully_ose-1.2.0.pre.16 app/views/members/invitations/new.html.erb
devise_invitable-1.0.2 app/views/devise/invitations/new.html.erb