2014-01-22 03:01:00 +00:00
|
|
|
<a
|
2014-02-04 18:37:04 +00:00
|
|
|
draggable="true"
|
2014-01-22 03:01:00 +00:00
|
|
|
href="tabs/{{index}}"
|
|
|
|
command="session:raise-tab"
|
2014-01-27 19:02:02 +00:00
|
|
|
argument="{{index}}"
|
2014-01-22 03:01:00 +00:00
|
|
|
title="{{fileName}}"
|
|
|
|
class="tab {{animation}}"
|
|
|
|
>
|
|
|
|
{{fileName}} {{#modified}}•{{/modified}}
|
2014-01-27 19:02:02 +00:00
|
|
|
<span class="close" command="session:close-tab" argument={{index}}>×</span>
|
2014-01-22 03:01:00 +00:00
|
|
|
</a>
|