mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-22 04:45:46 -04:00
FIX: Missing username in link to user
This commit is contained in:
parent
46219bbe02
commit
3cb6bb6c54
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class='field'>{{i18n user.username.title}}</div>
|
||||
<div class='value'>{{username}}</div>
|
||||
<div class='controls'>
|
||||
{{#link-to 'userActivity' class="btn"}}
|
||||
{{#link-to 'userActivity' model class="btn"}}
|
||||
<i class='icon icon-user'></i>
|
||||
{{i18n admin.user.show_public_profile}}
|
||||
{{/link-to}}
|
||||
|
|
Loading…
Reference in a new issue