Caret/templates/tab.html
2014-02-04 10:37:04 -08:00

11 lines
No EOL
288 B
HTML

<a
draggable="true"
href="tabs/{{index}}"
command="session:raise-tab"
argument="{{index}}"
title="{{fileName}}"
class="tab {{animation}}"
>
{{fileName}} {{#modified}}&bull;{{/modified}}
<span class="close" command="session:close-tab" argument={{index}}>&times;</span>
</a>