redash/client/app/components/page-header/page-header.html
2017-12-17 19:27:54 +01:00

10 lines
211 B
HTML

<div class="row p-l-15 p-r-15 m-b-10 m-l-0 m-r-0">
<div class="col-sm-9 p-l-0 p-r-0">
<h3>{{$ctrl.title}}</h3>
</div>
<div class="col-sm-3 text-right">
<h3 ng-transclude>
</h3>
</div>
</div>