Sha256: 4985c3f71491a20b77afd01ed16281b2c28a7b155fd80678669d017e957f917c
Contents?: true
Size: 373 Bytes
Versions: 35
Compression:
Stored size: 373 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! %> <p><%= f.label :email %><br /> <%= 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
35 entries across 35 versions & 2 rubygems