BikeBikeBike/app/views/conferences/_header.html.haml

11 lines
513 B
Plaintext
Raw Normal View History

2014-07-05 10:27:49 -06:00
- content_for :banner do
2016-05-09 21:35:26 -07:00
.title
%h1=_!@this_conference.title
2016-05-09 21:35:26 -07:00
.details
%h2.primary=location(@this_conference.city)
2016-05-09 21:35:26 -07:00
.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')