projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c41b125
)
Move details outside the grouped data fields.
author
Jason Skomorowski
<jason@indexdata.com>
Fri, 31 Oct 2014 17:52:09 +0000
(13:52 -0400)
committer
Jason Skomorowski
<jason@indexdata.com>
Fri, 31 Oct 2014 17:52:09 +0000
(13:52 -0400)
src/templates/summary.handlebars
patch
|
blob
|
history
diff --git
a/src/templates/summary.handlebars
b/src/templates/summary.handlebars
index
b29f3e2
..
5074fb6
100644
(file)
--- a/
src/templates/summary.handlebars
+++ b/
src/templates/summary.handlebars
@@
-37,7
+37,7
@@
md-* - metadata fields passed through from backend
{{#if md-date}}
<span class="result-date">{{md-date}}</span>
{{/if}}
- {{#if renderedDetails}}
- {{{renderedDetails}}}
- {{/if}}
</div>
+{{#if renderedDetails}}
+ {{{renderedDetails}}}
+{{/if}}