<%= output_errors('', {:class => 'help-box'}) %> <%= share_ajax_message_container %>
<%= render :partial => 'invites/contacts_from_services' %>
<%= muck_form_for(:email_share, :url => {:action => 'create'}, :html => {:id => "email-share-contacts-form", :name => 'email-share-contacts-form', :class => 'ajax'} ) do |f| -%>
<%= text_area_tag :emails, @emails %>
<%= text_field_tag :subject, @subject %>
<%= text_area_tag :message, @message %>
<%= f.submit t('muck.shares.email_share_button'), :class => "button email-share-submit wait-button" %>
<% end -%>
<%= render :partial => 'invites/invite_scripts' %>