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

Fixed top members 'since' column on Dashboard

- removed from time from Top members list
This commit is contained in:
Peter Zimon 2021-03-10 18:01:21 +01:00
parent ddbeec3945
commit 6f2fe2d80e

View file

@ -206,7 +206,6 @@
{{else}} {{else}}
<span class="open-rate"> <span class="open-rate">
{{moment-format member.createdAtUTC "D MMM YYYY"}}<br> {{moment-format member.createdAtUTC "D MMM YYYY"}}<br>
<span>{{moment-from-now member.createdAtUTC}}</span>
</span> </span>
{{/if}} {{/if}}
</li> </li>