Merge pull request #1878 from balinterdi/patch-2

Simplify usage of unbound i18n helper
This commit is contained in:
Robin Ward 2014-01-30 10:46:21 -08:00
commit bfddc5a191

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>