mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
12f117cfbe
fixes #4058 - Set noPosts in setupController
8 lines
No EOL
286 B
Handlebars
8 lines
No EOL
286 B
Handlebars
{{#if noPosts}}
|
|
<div class="no-posts-box">
|
|
<div class="no-posts">
|
|
<h3>You Haven't Written Any Posts Yet!</h3>
|
|
{{#link-to "editor.new"}}<button type="button" class="btn btn-green btn-lg" title="New Post">Write a new Post</button>{{/link-to}}
|
|
</div>
|
|
</div>
|
|
{{/if}} |