2014-09-15 04:35:15 -05:00
|
|
|
<header class="post-preview-header clearfix">
|
2014-09-15 23:55:37 -05:00
|
|
|
{{#link-to "posts" tagName="button" class="btn btn-default btn-back"}}Back{{/link-to}}
|
2014-09-15 04:35:15 -05:00
|
|
|
<h2 class="page-title">Preview</h2>
|
2014-12-29 21:11:24 -05:00
|
|
|
<button type="button" {{bind-attr class="model.featured:featured:unfeatured"}} title="Feature this post" {{action "toggleFeatured"}}>
|
2014-08-16 11:40:52 -05:00
|
|
|
<span class="hidden">Star</span>
|
|
|
|
</button>
|
2014-09-15 04:35:15 -05:00
|
|
|
<small class="post-published-by">
|
2014-08-16 11:40:52 -05:00
|
|
|
<span class="status">{{#if isPublished}}Published{{else}}Written{{/if}}</span>
|
|
|
|
<span class="normal">by</span>
|
2014-12-29 21:11:24 -05:00
|
|
|
<span class="author">{{#if model.author.name}}{{model.author.name}}{{else}}{{model.author.email}}{{/if}}</span>
|
2014-08-16 11:40:52 -05:00
|
|
|
</small>
|
|
|
|
<section class="post-controls">
|
|
|
|
{{#link-to "editor.edit" this class="btn btn-default post-edit"}} Edit{{/link-to}}
|
|
|
|
</section>
|
|
|
|
</header>
|
2014-03-02 09:30:35 -05:00
|
|
|
|
2014-06-25 09:39:57 -05:00
|
|
|
{{#view "content-preview-content-view" tagName="section"}}
|
|
|
|
<div class="wrapper">
|
2014-12-29 21:11:24 -05:00
|
|
|
<h1>{{model.title}}</h1>
|
|
|
|
{{gh-format-html model.html}}
|
2014-03-02 09:30:35 -05:00
|
|
|
</div>
|
2014-06-25 09:39:57 -05:00
|
|
|
{{/view}}
|