Ghost/ghost/admin/app/components/members-activity/no-events.hbs

13 lines
495 B
Handlebars
Raw Normal View History

<div class="no-posts-box">
<div class="no-posts">
{{svg-jar "members-placeholder" class="gh-members-placeholder"}}
{{#if @filter}}
2022-06-02 00:31:23 +03:00
<h4>No activities match the current filter</h4>
<LinkTo @route="members-activity" @query={{reset-query-params "members-activity"}} class="gh-btn gh-btn-lg">
<span>Show all activity</span>
</LinkTo>
{{else}}
<h3>No member activity yet</h3>
{{/if}}
</div>
</div>