Files
redash/client/app/components/page-header/page-header.html
2017-11-14 21:32:22 +01:00

10 lines
231 B
HTML

<div class="row bg-white tiled p-10 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>