Add possibility to link to mastodon

This commit is contained in:
Jan-Frederik Rieckers 2017-12-01 20:40:46 +01:00 committed by Ana María Martínez Gómez
parent 979377f2df
commit e1e0bdb4fc
13 changed files with 92 additions and 4 deletions

View file

@ -16,4 +16,5 @@
= 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'
= f.input :mastodon, hint: 'This will appear in the social media section as the link to the Mastodon Page of your Conference'
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }