11 lines
No EOL
273 B
HTML
11 lines
No EOL
273 B
HTML
<a
|
|
draggable
|
|
href="tabs/{{index}}"
|
|
command="session:raise-tab"
|
|
argument={{index}}
|
|
title="{{fileName}}"
|
|
class="tab {{animation}}"
|
|
>
|
|
{{fileName}} {{#modified}}•{{/modified}}
|
|
<a class="close" command="session:close-tab" argument={{index}}>×</a>
|
|
</a> |