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

13 lines
474 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}}
<h3>No activities match the current filter</h3>
<LinkTo @route="members-activity" @query={{hash filter=null}} class="gh-btn gh-btn-lg">
<span>Show all activity</span>
</LinkTo>
{{else}}
<h3>No member activity yet</h3>
{{/if}}
</div>
</div>