waibu-blu 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bajoTemplate/extend/sumba/layout/centered.html +1 -1
- package/bajoTemplate/extend/sumba/layout/default.html +1 -1
- package/bajoTemplate/extend/sumba/layout/info.html +1 -1
- package/bajoTemplate/extend/sumbaSeatrack/layout/default.html +1 -1
- package/bajoTemplate/extend/sumbaSeatrack/layout/plain.html +9 -0
- package/bajoTemplate/extend/sumbaSeatrack/template/ds/vessel-details.html +3 -0
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</c:div>
|
|
13
13
|
<c:card shadow margin="top-5">
|
|
14
14
|
<c:card-body>
|
|
15
|
-
<c:heading margin="bottom-4" text="align:center color:primary" type="5
|
|
15
|
+
<c:heading margin="bottom-4" text="align:center color:primary" type="5" content="<%= page.title %>" />
|
|
16
16
|
<!-- body -->
|
|
17
17
|
</c:card-body>
|
|
18
18
|
</c:card>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<c:main>
|
|
3
3
|
<!-- include main.partial:/header.html -->
|
|
4
4
|
<c:container>
|
|
5
|
-
<c:heading type="4
|
|
5
|
+
<c:heading type="4" content="<%= page.title %>" margin="bottom-4" />
|
|
6
6
|
<c:card shadow="sm" border="none">
|
|
7
7
|
<c:card-body>
|
|
8
8
|
<!-- body -->
|