mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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"}}
|
{{format-date reply.createdAt format="tiny" noTitle="true"}}
|
||||||
{{#if reply.like_count}}
|
{{#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}}
|
{{/if}}
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
{{format-date topic.createdAt format="tiny" noTitle="true"}}
|
{{format-date topic.createdAt format="tiny" noTitle="true"}}
|
||||||
{{#if topic.like_count}}
|
{{#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}}
|
{{/if}}
|
||||||
</span>
|
</span>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user