mmsc_app/app/views/public/shared/_social_ressource.html.haml
Nicolas Bally a6aa1f6074 Initial
2020-05-25 11:40:11 +02:00

12 lines
498 B
Plaintext

-if social_ressource.social_image_file
-@facebook_img = social_ressource.social_image_file.file.large.medium.url
-@facebook_title = social_ressource.facebook_title if social_ressource.facebook_title?
-@facebook_description = social_ressource.facebook_description if social_ressource.facebook_description?
-@twitter_title = social_ressource.twitter_title if social_ressource.twitter_title?
-@twitter_description = social_ressource.twitter_description if social_ressource.twitter_description?