mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Hide attribution table sort indicator when there are no paid tiers
no ref
This commit is contained in:
parent
9b2a94f931
commit
b5f110aabf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue