Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
513 B

- content_for :banner do
.title
%h1=_!@this_conference.title
.details
%h2.primary=location(@this_conference.city)
.secondary
= date_span(@this_conference.start_date.to_date, @this_conference.end_date.to_date)
%img{src: @this_conference.poster.full.url || image_path('default_poster.jpg'), role: :presentation, alt: (_'images.conference.poster', vars: { conference_title: @this_conference.title })}
- content_for :og_image do
= @this_conference.poster.full.url || image_path('default_poster.jpg')