Skip to content

Commit

Permalink
MAGETWO-83999: 12261: Order confirmation email contains non functioni…
Browse files Browse the repository at this point in the history
…ng links #12261 #12308
  • Loading branch information
Oleksii Korshenko authored Nov 20, 2017
2 parents 5341e43 + 4e9f118 commit b9e26e5
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions app/design/frontend/Magento/luma/Magento_Email/email/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,16 @@
<table>
<tr>
<td>
<p><a href="#">{{trans "About Us"}}</a></p>
<p><a href="#">{{trans "Customer Service"}}</a></p>
{{depend url_about_us}}
<p>
{{trans '<a href=%url_about_us>About Us</a>' url_about_us=$url_about_us |raw}}
</p>
{{/depend}}
{{depend url_customer_service}}
<p>
{{trans '<a href=url_customer_service>Customer Service</a>' url_customer_service=$url_customer_service |raw}}
</p>
{{/depend}}
</td>
<td>
{{depend store_phone}}
Expand Down

0 comments on commit b9e26e5

Please sign in to comment.