Moved to GMail and fixed administration errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
- content_for :og_image do
|
||||
= @conference.poster.full.url || image_path('default_poster.jpg')
|
||||
- if @conferences
|
||||
= (@conference.present? ? @conference.poster.full.url : nil) || image_path('default_poster.jpg')
|
||||
- if @conferences.present?
|
||||
- @conferences.each do | conference |
|
||||
= render 'conferences/conference', conference: conference, links: [ :read_more, :register ]
|
||||
|
||||
Reference in New Issue
Block a user