Caret/templates/tab.html
2014-02-21 21:13:20 -08:00

14 lines
No EOL
327 B
HTML

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