crunch-node/views/admin-post-view.jade
Andrew Davidson dc8639c5ef Fixed #19 with the addition of some new modules to parse the image EXIF
data.

Made a lot of progress on #1 with additional work on the rendering
templates.
2016-01-24 22:05:38 -05:00

20 lines
572 B
Text

extends admin-layout
block content
div(class="row")
include ./admin-sidebar.jade
div(class="col-sm-10 col-sm-offset-2 main")
include ./admin-messages.jade
div(class='page-header row')
h3 #{post.get('title')}
div(class='row')
| #{post.getShortDate()} -- 
a(href="/admin/post/edit/#{post.get('uuid')}") Edit
| - 
a(href="/admin/post/build/#{post.get('uuid')}") Build
div(class='row') !{post.renderMarkdown()}