mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Hide attribution table sort indicator when there are no paid tiers
no ref
This commit is contained in:
parent
9b2a94f931
commit
b5f110aabf
@ -6,7 +6,7 @@
|
||||
class="gh-dashboard-list-title {{if (eq @sortColumn "signups") "sorted-by"}}"
|
||||
{{on "click" (fn @setSortColumn "signups")}}
|
||||
>
|
||||
<span class="hide-when-small">Free </span>signups{{svg-jar "arrow-down-fill"}}
|
||||
<span class="hide-when-small">Free </span>signups{{#if this.membersUtils.paidMembersEnabled}}{{svg-jar "arrow-down-fill"}}{{/if}}
|
||||
</div>
|
||||
{{#if this.membersUtils.paidMembersEnabled}}
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user