mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
6657d5dbf5
Integrations need styling and the breadcrumbs don't work. Further, you can't actually add/edit anything.
9 lines
245 B
HTML
9 lines
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> |