Merge pull request #3815 from amers185/add_social_links

Add extra (Instagram) social media links to emails sent to customers and users [Looking for feedback/direction on completing solution]
This commit is contained in:
Luis Ramos
2019-05-09 21:14:42 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,9 @@
- if ContentConfig.footer_linkedin_url.present?
%a.soc-btn.li{href: ContentConfig.footer_linkedin_url}
LinkedIn
-if ContentConfig.footer_instagram_url.present?
%a.soc-btn.tw{href: ContentConfig.footer_instagram_url}
Instagram
%table.column{:align => "left"}
%tr
%td

View File

@@ -13,3 +13,6 @@
= @order.distributor.contact.email
%br
= @order.distributor.website || ""
%br
= @order.distributor.instagram || ""