matrix-dimension/web/app/page-header/page-header.component.html
Travis Ralston 6657d5dbf5 Start of a new UI for Dimension
Integrations need styling and the breadcrumbs don't work. Further, you can't actually add/edit anything.
2017-12-14 21:25:15 -07:00

9 lines
No EOL
245 B
HTML

<div class="header">
<div class="title">
<h2 class="pageName">{{ pageName }}</h2>
<breadcrumb [allowBootstrap]="false"></breadcrumb>
</div>
<div class="quickAction">
<ng-content></ng-content>
</div>
</div>