mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
@@ -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
|
||||
|
||||
@@ -13,3 +13,6 @@
|
||||
= @order.distributor.contact.email
|
||||
%br
|
||||
= @order.distributor.website || ""
|
||||
%br
|
||||
= @order.distributor.instagram || ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user