Fix user activity nav icon
This commit is contained in:
parent
7bd941a479
commit
b4c8c3ceb5
|
@ -1,7 +1,7 @@
|
|||
{{#if siteSettings.voting_show_votes_on_profile}}
|
||||
<li>
|
||||
{{#link-to 'userActivity.votes'}}
|
||||
<i class="glyph fa fa-heart"></i>{{i18n 'voting.vote_title_plural'}}
|
||||
{{d-icon 'heart'}} {{i18n 'voting.vote_title_plural'}}
|
||||
{{/link-to}}
|
||||
</li>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue