_TitleWithSubAndIcon.html revision 9ca5d5edcd7de9b27520a01e67960c46e7973bcd
<header class="page-header page-header-no-border clearfix">
{{#if icon}}
<span class="header-icon pull-left"><i class="fa fa-{{icon}}"></i></span>
{{/if}}
<div class="pull-left">
<h4 class="page-type">{{t type}}</h4>
<h1>{{t title}}</h1>
</div>
{{#if buttons}}
<div class="page-header-button-group button-group pull-right">
{{partial this.buttons this}}
</div>
{{/if}}
</header>