6 lines
304 B
Plaintext
Raw Normal View History

- content_for :og_image do
= @this_conference.poster.full.url || image_path('default_poster.jpg')
- content_for :title do
=@this_conference.title
2017-06-10 21:04:33 -07:00
= render 'conferences/conference', conference: @this_conference, links: @links, sections: [:info] + @this_conference.extended_details + [:workshops]