store scene name in history

This commit is contained in:
kay.one
2013-08-29 23:38:55 -07:00
parent b8bd2bffbf
commit e256271c5c
6 changed files with 39 additions and 18 deletions

View File

@@ -35,14 +35,14 @@
{{#if data}}
{{#with data}}
<dl class="dl-horizontal">
{{#if filename}}
<dt>Filename</dt>
<dd>{{filename}}</dd>
{{#if droppedPath}}
<dt>Source:</dt>
<dd>{{droppedPath}}</dd>
{{/if}}
{{#if path}}
<dt>Path</dt>
<dd>{{path}}</dd>
{{#if importedPath}}
<dt>Imported To:</dt>
<dd>{{importedPath}}</dd>
{{/if}}
</dl>
{{/with}}