mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 12:17:12 +00:00
UX: put the heart icon to the left in the user summary
This commit is contained in:
parent
ae4dd6e679
commit
7ad55554dd
@ -26,7 +26,7 @@
|
||||
{{format-date reply.createdAt format="tiny" noTitle="true"}}
|
||||
{{#if reply.like_count}}
|
||||
·
|
||||
<span class='like-count'>{{number reply.like_count}} {{fa-icon 'heart'}}</span>
|
||||
{{fa-icon 'heart'}} <span class='like-count'>{{number reply.like_count}}</span>
|
||||
{{/if}}
|
||||
</span>
|
||||
<br>
|
||||
@ -53,7 +53,7 @@
|
||||
{{format-date topic.createdAt format="tiny" noTitle="true"}}
|
||||
{{#if topic.like_count}}
|
||||
·
|
||||
<span class='like-count'>{{number topic.like_count}} {{fa-icon 'heart'}}</span>
|
||||
{{fa-icon 'heart'}} <span class='like-count'>{{number topic.like_count}}</span>
|
||||
{{/if}}
|
||||
</span>
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user