mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 18:43:38 +08:00
Merge pull request #1878 from balinterdi/patch-2
Simplify usage of unbound i18n helper
This commit is contained in:
commit
bfddc5a191
|
@ -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 New Issue
Block a user