2017-06-10 21:04:33 -07:00

7 lines
321 B
Plaintext

- content_for :og_image do
- if @conference.present?
= @conference.poster.full.url || image_path('default_poster.jpg')
- if @conferences
- @conferences.each do | conference |
= render 'conferences/conference', conference: conference, links: [ :read_more, :register ], sections: @conference.front_page_details