mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Simplify usage of unbound i18n helper
This commit is contained in:
parent
a00af3cfbd
commit
8fb5fe75c8
@ -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…
x
Reference in New Issue
Block a user