-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed missing dependency on popper.js for dropdowns and updated Thyme…
…leaf fragment expressions
- Loading branch information
1 parent
45c81cd
commit b0f6f3c
Showing
10 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title th:text="${trackmetadata.title + ' - CubeTrek'}"></title> | ||
<link rel="icon" type="image/svg" href="../assets/logo.svg"> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js "></script> | ||
<link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css " rel="stylesheet"> | ||
<link href="../css/dashboard.css" rel="stylesheet"> | ||
|
@@ -61,7 +62,7 @@ | |
<div class="btn-group-vertical position-absolute top-0 start-0 p-3" role="group" id="mapstyle"> | ||
<input type="radio" class="btn-check" name="btnradio" id="btnradio1" autocomplete="off" checked | ||
onchange="mapstyle('summer')"> | ||
<label class="btn btn-outline-danger" for="btnradio1">Summer</label> | ||
<label class="btn btn-outline-danger" for="btnradio1">Map</label> | ||
<input type="radio" class="btn-check" name="btnradio" id="btnradio3" autocomplete="off" | ||
onchange="mapstyle('satellite')"> | ||
<label class="btn btn-outline-danger" for="btnradio3">Satellite</label> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title th:text="${trackmetadata.title + ' - CubeTrek'}"></title> | ||
<link rel="icon" type="image/svg" href="../assets/logo.svg"> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js "></script> | ||
<link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css " rel="stylesheet"> | ||
<link href="../css/dashboard.css" rel="stylesheet"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title th:text="${trackmetadata.title + ' - CubeTrek'}"></title> | ||
<link rel="icon" type="image/svg" href="../assets/logo.svg"> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js "></script> | ||
<link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css " rel="stylesheet"> | ||
<link href="../css/dashboard.css" rel="stylesheet"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
<meta name="description" content=""> | ||
<link rel="icon" type="image/svg" href="/assets/logo.svg"> | ||
<title>CubeTrek - TrekMapper</title> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js "></script> | ||
<link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css " rel="stylesheet"> | ||
<link href="../css/dashboard.css" rel="stylesheet"> | ||
|
@@ -15,7 +16,7 @@ | |
<script src=" https://cdn.jsdelivr.net/npm/@turf/[email protected]/turf.min.js "></script> | ||
</head> | ||
<body> | ||
<header th:replace="dashboard.html :: header"> | ||
<header th:replace="~{dashboard.html :: header}"> | ||
</header> | ||
|
||
<div class="container-fluid"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters