Caret/templates/tab.html
2014-01-27 11:02:02 -08:00

11 lines
No EOL
281 B
HTML

<a
draggable
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>