Simplify usage of unbound i18n helper

This commit is contained in:
Balint Erdi 2014-01-28 19:06:11 +01:00
parent a00af3cfbd
commit 8fb5fe75c8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{{#if content}}
<ul>
{{#each}}
<li {{bind-attr class="read"}}>{{unbound boundI18n scope linkBinding="link" usernameBinding="username"}}</li>
<li {{bind-attr class="read"}}>{{i18n scope linkBinding="link" usernameBinding="username"}}</li>
{{/each}}
<li class="read last">
<a {{bind-attr href="currentUser.path"}}>{{i18n notifications.more}} &hellip;</a>