2014-07-05 10:27:49 -06:00
|
|
|
- content_for :banner do
|
2016-05-09 21:35:26 -07:00
|
|
|
.title
|
2016-12-11 20:02:24 -08:00
|
|
|
%h1=_!@this_conference.title
|
2016-05-09 21:35:26 -07:00
|
|
|
.details
|
2016-12-11 20:02:24 -08:00
|
|
|
%h2.primary=location(@this_conference.city)
|
2016-05-09 21:35:26 -07:00
|
|
|
.secondary
|
2016-12-11 20:02:24 -08:00
|
|
|
= 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 })}
|
2016-07-01 18:17:04 -07:00
|
|
|
- content_for :og_image do
|
2016-12-11 20:02:24 -08:00
|
|
|
= @this_conference.poster.full.url || image_path('default_poster.jpg')
|