mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
Merge pull request #1878 from balinterdi/patch-2
Simplify usage of unbound i18n helper
This commit is contained in:
commit
bfddc5a191
1 changed files with 1 additions and 1 deletions
|
@ -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}} …</a>
|
||||
|
|
Loading…
Reference in a new issue