ohif-viewer/Packages/ohif-core/components/base/wrappers/title.html
2016-07-22 11:12:04 +02:00

12 lines
340 B
HTML

<template name="wrapperTitle">
<div class="wrapperTitle {{this.labelClass}}">
{{#if this.labelAfter}}
{{>UI.contentBlock}}
{{/if}}
<span class="wrapperText">{{reactive this.label}}</span>
{{#unless this.labelAfter}}
{{>UI.contentBlock}}
{{/unless}}
</div>
</template>