mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 11:54:33 +03:00
13 lines
474 B
Handlebars
13 lines
474 B
Handlebars
|
<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>
|