8 lines
250 B
Text
8 lines
250 B
Text
%h2 Send invitation
|
|
= form_for User.new, :url => invitation_path(User) do |f|
|
|
= devise_error_messages!
|
|
%p
|
|
= f.label :email
|
|
= f.text_field :email
|
|
%p= f.submit "Send an invitation"
|
|
/= link_to "Home", after_sign_in_path_for(resource_name)
|