2014-08-07 21:33:08 +02:00
.row
.col-md-12
2014-11-25 10:47:18 +01:00
.page-header
%h1 Contact
%p.text-muted
How people can contact you
2014-08-07 21:33:08 +02:00
.row
2014-11-25 10:47:18 +01:00
.col-md-8
2017-03-11 13:25:39 +05:30
= semantic_form_for(@contact, url: admin_conference_contact_path(@conference.short_title), html: {multipart: true}) do |f|
= f.inputs name: 'Mail' do
2017-12-11 02:01:58 +02:00
= f.input :email, input_html: { autofocus: true }, hint: 'Contact email address for your conference. Will be used as reply-to address in emails sent out by the system.'
2014-11-25 10:47:18 +01:00
= f.input :sponsor_email, hint: 'This will appear in the sponsor segment of the splash for the sponsors to contact to the organizers'
2017-03-11 13:25:39 +05:30
= f.inputs name: 'Social Media' do
2014-11-25 10:47:18 +01:00
= f.input :social_tag, hint: "The hashtag you'll use on Twitter and Google+. Don't include the '#' sign!'"
= f.input :facebook, hint: 'This will appear in the social media section as link to the Facebook page of your Conference'
= f.input :googleplus, label: 'Google+ Url', hint: 'This will appear in the social media section as the link to the Google+ Page of your Conference'
= f.input :twitter, hint: 'This will appear in the social media section as the link to the Twitter Page of your Conference'
= f.input :instagram, hint: 'This will appear in the social media section as the link to the Instagram Page of your Conference'
2017-12-01 20:40:46 +01:00
= f.input :mastodon, hint: 'This will appear in the social media section as the link to the Mastodon Page of your Conference'
2014-11-25 10:47:18 +01:00
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }