Caret/templates/tab.html

11 lines
288 B
HTML
Raw Normal View History

<a
2014-02-04 18:37:04 +00:00
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>