Skip to content

Commit

Permalink
Merge pull request #58 from Progi1984/test1215
Browse files Browse the repository at this point in the history
Add `data-role` attributes for links in `my-account-links.tpl`
  • Loading branch information
NeOMakinG authored Oct 17, 2022
2 parents 4c30122 + 54e681a commit 0fd4551
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/customer/_partials/my-account-links.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
*}
{block name='my_account_links'}
<a href="{$urls.pages.my_account}" class="account-link">
<a href="{$urls.pages.my_account}" class="account-link" data-role="back-to-your-account">
<i class="material-icons">&#xE5CB;</i>
<span>{l s='Back to your account' d='Shop.Theme.Customeraccount'}</span>
</a>
<a href="{$urls.pages.index}" class="account-link">
<a href="{$urls.pages.index}" class="account-link" data-role="home">
<i class="material-icons">&#xE88A;</i>
<span>{l s='Home' d='Shop.Theme.Global'}</span>
</a>
Expand Down

0 comments on commit 0fd4551

Please sign in to comment.