Caret/templates/tab.html

11 lines
273 B
HTML
Raw Normal View History

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