0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Changed font styling for email stats in posts list

This commit is contained in:
Sanne de Vries 2020-11-30 10:14:27 +01:00
parent a2a98b575f
commit 8467bf025b

View file

@ -33,7 +33,7 @@
{{#if (or @post.email @post.willEmail)}}
{{#if (eq @post.email.status "submitted")}}
<span class="flex" data-tooltip="{{capitalize @post.email.recipientFilter}} members">
<span class="f7 darkgrey fw6 gh-content-email-stats">{{@post.email.emailCount}}</span>
<span class="darkgrey fw5 gh-content-email-stats">{{@post.email.emailCount}}</span>
<span class="midgrey-l2 fw4 gh-content-email-stats-mobile">{{gh-pluralize @post.email.emailCount "send"}}</span>
</span>
{{/if}}
@ -46,7 +46,7 @@
<LinkTo @route="editor.edit" @models={{array @post.displayName @post.id}} class="permalink gh-list-data gh-post-list-opens" @title="Edit this post">
{{#if (and @post.email.trackOpens (eq @post.email.status "submitted"))}}
<div class="flex">
<span class="f7 darkgrey fw6 gh-content-email-stats">
<span class="darkgrey fw5 gh-content-email-stats">
{{#if this.isHovered}}
{{@post.email.openedCount}}
{{else}}