mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
9dc4e99aca
- the traslation feature without the changes from other branches
12 lines
351 B
HTML
12 lines
351 B
HTML
<div class="wrapper">
|
|
<div class="header">
|
|
<div class="title">
|
|
<h2 class="pageName">{{ pageName | translate }}</h2>
|
|
<breadcrumb [allowBootstrap]="true" class="dimension-breadcrumb"></breadcrumb>
|
|
</div>
|
|
<div class="quickAction">
|
|
<ng-content></ng-content>
|
|
</div>
|
|
</div>
|
|
</div>
|