mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-02 08:13:34 +03:00
b226b03f09
refs https://github.com/TryGhost/Toolbox/issues/356 - this commit updates the route to `/settings/history` and moves all the files to their new name so we can avoid further cleanup down the line
13 lines
481 B
Handlebars
13 lines
481 B
Handlebars
<div class="no-posts-box">
|
|
<div class="no-posts">
|
|
{{svg-jar "activity-placeholder" class="gh-members-placeholder"}}
|
|
{{#if @filter}}
|
|
<h4>No events match the current filter</h4>
|
|
<LinkTo @route="settings.history" @query={{reset-query-params "settings.history"}} class="gh-btn gh-btn-lg">
|
|
<span>Show all events</span>
|
|
</LinkTo>
|
|
{{else}}
|
|
<h4>No events yet</h4>
|
|
{{/if}}
|
|
</div>
|
|
</div> |