feature(file) add attribute, tag

This commit is contained in:
coderaiser 2014-03-04 03:00:04 -05:00
parent 16eab7de38
commit c5e9a4746a
2 changed files with 9 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<li draggable class="{{ className }}">
<{{ tag }} {{ attribute }}class="{{ className }}">
<span class="mini-icon {{ type }}"></span>
<span class="name reduce-text">{{ name }}</span>
<span class="size reduce-text">{{ size }}</span>
<span class="owner reduce-text">{{ owner }}</span>
<span class="mode reduce-text">{{ mode }}</span>
</li>
</{{ tag }}>