once more with the asset paths

This commit is contained in:
Seth Call 2024-12-01 14:14:45 -06:00
parent 531bf25376
commit fb3cf004b9
1 changed files with 5 additions and 5 deletions

View File

@ -45,19 +45,19 @@
<%= I18n.t "mailer_layout.footer.connect_with_us" -%>
</span>
<a href="https://www.facebook.com/JamKazam/" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("images/email/fb-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Facebook" style="width: 24px; height: 24px; margin: 0 5px;">
<img src="<%= asset_url("email/fb-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Facebook" style="width: 24px; height: 24px; margin: 0 5px;">
</a>
<a href="https://www.instagram.com/jamkazamofficial" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("images/email/instagram-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Instagram" style="width: 24px; height: 24px; margin: 0 5px;">
<img src="<%= asset_url("email/instagram-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="Instagram" style="width: 24px; height: 24px; margin: 0 5px;">
</a>
<a href="https://www.tiktok.com/@jamkazamofficial" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("images/email/tiktok-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="TikTok" style="width: 24px; height: 24px; margin: 0 5px;">
<img src="<%= asset_url("email/tiktok-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="TikTok" style="width: 24px; height: 24px; margin: 0 5px;">
</a>
<a href="https://www.youtube.com/@jamkazam" target="_blank" style="text-decoration: none;">
<img src="<%= asset_url("images/email/youtube-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="YouTube" style="width: 24px; height: 24px; margin: 0 5px;">
<img src="<%= asset_url("email/youtube-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="YouTube" style="width: 24px; height: 24px; margin: 0 5px;">
</a>
<a href="https://x.com/jamkazam" target="_blank" style="text-decoration: none;">
<img src=<%= asset_url("images/email/twitter-x-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="X.com" style="width: 24px; height: 24px; margin: 0 5px;">
<img src=<%= asset_url("email/twitter-x-icon.svg", host: APP_CONFIG.action_mailer.asset_host ) -%>" alt="X.com" style="width: 24px; height: 24px; margin: 0 5px;">
</a>
</div>
<p>