UX: put the heart icon to the left in the user summary

This commit is contained in:
Régis Hanol 2016-04-17 12:49:58 +02:00
parent ae4dd6e679
commit 7ad55554dd
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
{{format-date reply.createdAt format="tiny" noTitle="true"}}
{{#if reply.like_count}}
·
<span class='like-count'>{{number reply.like_count}}&nbsp;{{fa-icon 'heart'}}</span>
{{fa-icon 'heart'}}&nbsp;<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}}
&middot;
<span class='like-count'>{{number topic.like_count}}&nbsp;{{fa-icon 'heart'}}</span>
{{fa-icon 'heart'}}&nbsp;<span class='like-count'>{{number topic.like_count}}</span>
{{/if}}
</span>
<br>