Skip to content

Commit

Permalink
Update call_to_action.html
Browse files Browse the repository at this point in the history
Fixed the link substitution so that the link will not get encoded by handlebars.
  • Loading branch information
kylearoberts authored May 29, 2019
1 parent bfa9848 commit 12f459a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic-templates/transactional-actions/call_to_action.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
</td>
</tr>
</table>
<table border="0" cellPadding="0" cellSpacing="0" class="module" data-role="module-button" data-type="button" role="module" style="table-layout:fixed" width="100%"><tbody><tr><td align="center" class="outer-td" style="padding:0px 0px 45px 0px"><table border="0" cellPadding="0" cellSpacing="0" class="button-css__deep-table___2OZyb wrapper-mobile" style="text-align:center"><tbody><tr><td align="center" bgcolor="#F5A623" class="inner-td" style="border-radius:6px;font-size:16px;text-align:center;background-color:inherit"><a style="background-color:#F5A623;border:1px solid #333333;border-color:#F5A623;border-radius:3px;border-width:1px;color:#ffffff;display:inline-block;font-family:arial,helvetica,sans-serif;font-size:16px;font-weight:normal;letter-spacing:0px;line-height:16px;padding:15px 75px 15px 75px;text-align:center;text-decoration:none" href="{{c2a_link}}" target="_blank">{{c2a_button}}</a></td></tr></tbody></table></td></tr></tbody></table>
<table border="0" cellPadding="0" cellSpacing="0" class="module" data-role="module-button" data-type="button" role="module" style="table-layout:fixed" width="100%"><tbody><tr><td align="center" class="outer-td" style="padding:0px 0px 45px 0px"><table border="0" cellPadding="0" cellSpacing="0" class="button-css__deep-table___2OZyb wrapper-mobile" style="text-align:center"><tbody><tr><td align="center" bgcolor="#F5A623" class="inner-td" style="border-radius:6px;font-size:16px;text-align:center;background-color:inherit"><a style="background-color:#F5A623;border:1px solid #333333;border-color:#F5A623;border-radius:3px;border-width:1px;color:#ffffff;display:inline-block;font-family:arial,helvetica,sans-serif;font-size:16px;font-weight:normal;letter-spacing:0px;line-height:16px;padding:15px 75px 15px 75px;text-align:center;text-decoration:none" href="{{{c2a_link}}}" target="_blank">{{c2a_button}}</a></td></tr></tbody></table></td></tr></tbody></table>
<table class="module"
role="module"
data-type="divider"
Expand Down Expand Up @@ -305,4 +305,4 @@
</div>
</center>
</body>
</html>
</html>

0 comments on commit 12f459a

Please sign in to comment.