mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
* Add map to splash * Reverse venue<->conference relation * Split venue address into fields * Don't go through venue for lodgings anymore
19 lines
728 B
Text
19 lines
728 B
Text
= content_for :splash_nav do
|
|
%li
|
|
%a.smoothscroll{ href: '#social-media' } Social Media
|
|
|
|
.container
|
|
.row
|
|
.col-md-12.text-center
|
|
- unless @conference.contact.facebook.blank?
|
|
= link_to "#{ @conference.contact.facebook }" do
|
|
%i.fa.fa-facebook-square.fa-4x
|
|
- unless @conference.contact.twitter.blank?
|
|
= link_to "#{ @conference.contact.twitter }" do
|
|
%i.fa.fa-twitter.fa-4x
|
|
- unless @conference.contact.instagram.blank?
|
|
= link_to "#{ @conference.contact.instagram }" do
|
|
%i.fa.fa-instagram.fa-4x
|
|
- unless @conference.contact.googleplus.blank?
|
|
= link_to "#{ @conference.contact.googleplus }" do
|
|
%i.fa.fa-google-plus-square.fa-4x
|