Add inspect/details view
This commit is contained in:
17
app/templates/inspect.hbs
Normal file
17
app/templates/inspect.hbs
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="inspect-details">
|
||||
<section class="content">
|
||||
Foo
|
||||
</section>
|
||||
<section class="meta">
|
||||
<dl>
|
||||
<dt>Name</dt>
|
||||
<dd>{{model.documentMetaData.name}}</dd>
|
||||
<dt>Content type</dt>
|
||||
<dd>{{model.documentMetaData.type}}</dd>
|
||||
<dt>Size</dt>
|
||||
<dd>{{human-file-size model.documentMetaData.size}}</dd>
|
||||
<dt>Revision (ETag)</dt>
|
||||
<dd>{{model.documentMetaData.etag}}</dd>
|
||||
</dl>
|
||||
</section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user