Skip to content
Snippets Groups Projects
Commit 4e9f1183 authored by Ievgen Shakhsuvarov's avatar Ievgen Shakhsuvarov
Browse files

MAGETWO-83999: 12261: Order confirmation email contains non functioning links #12261 #12308

 - Merge Pull Request magento/magento2#12308 from RomaKis/magento2:12261
 - Merged commits:
   1. 24eee641
   2. ec33cc50
parents 6f4ab5fc ec33cc50
No related merge requests found
...@@ -17,8 +17,16 @@ ...@@ -17,8 +17,16 @@
<table> <table>
<tr> <tr>
<td> <td>
<p><a href="#">{{trans "About Us"}}</a></p> {{depend url_about_us}}
<p><a href="#">{{trans "Customer Service"}}</a></p> <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>
<td> <td>
{{depend store_phone}} {{depend store_phone}}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment