crunch-node/views/admin-photo-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

30 lines
874 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')
div(class="col-sm-10 col-sm-offset-1")
img(class="img-responsive", src="/#{photo.get('masterPath')}")
div(class='row')
h3 #{photo.get('title')}
div(class='row')
| #{photo.getShortDate()} -- 
a(href="/admin/photo/edit/#{photo.get('uuid')}") Edit
| - 
a(href="/admin/photo/build/#{photo.get('uuid')}") Build
div(class='row')
p #{photo.get('markdown')}
div(class="row")
h4 Snippet for Use in Posts
div #{htmlSnippet}