Caret/templates/tab.html

16 lines
363 B
HTML
Raw Normal View History

<span
2014-02-04 18:37:04 +00:00
draggable="true"
class="tab {{animation}}"
>
<a
href="tabs/{{index}}"
class="label"
title="{{fileName}}"
command="session:raise-tab"
argument="{{index}}"
>{{fileName}}</a>
<a class="close" command="session:close-tab" argument={{index}}>
2014-02-22 05:13:20 +00:00
{{#modified}}&equiv;{{/modified}}
{{^modified}}&times;{{/modified}}
</a>
</span>