mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added in the feature flag for showing status or not
- It's a small thing but it's to hide status in columns for stylistic purposes refs https://github.com/TryGhost/Team/issues/1818
This commit is contained in:
parent
5a9a7accc0
commit
0596986138
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
<div class="gh-list-header gh-posts-signups-header">Signups</div>
|
||||
<div class="gh-list-header gh-posts-conversions-header">Conversions</div>
|
||||
{{/if}}
|
||||
<div class="gh-list-header gh-posts-status-header"></div>
|
||||
<div class="gh-list-header gh-posts-status-header">{{#unless this.feature.memberAttribution}}Status{{/unless}}</div>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<div class="gh-list-header gh-posts-sends-header">Sends</div>
|
||||
<div class="gh-list-header gh-posts-opens-header">Opens</div>
|
||||
{{/if}}
|
||||
<div class="gh-list-header gh-posts-status-header"></div>
|
||||
<div class="gh-list-header gh-posts-status-header">{{#unless this.feature.memberAttribution}}Status{{/unless}}</div>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue