11 lines
No EOL
281 B
HTML
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}}•{{/modified}}
|
|
<span class="close" command="session:close-tab" argument={{index}}>×</span>
|
|
</a> |