ohif-viewer/Packages/worklist/components/tabTitle/tabTitle.html

8 lines
230 B
HTML
Raw Normal View History

<template name="tabTitle">
<li role="presentation" class="tabTitle">
<a data-target="#{{contentid}}" role="tab" data-toggle="tab">
{{title}}
</a>
2015-10-20 15:45:27 +02:00
<a class="close">x</a>
</li>
</template>