diff options
| author | Paul-Christian Volkmer | 2023-12-04 17:35:44 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-12-04 17:35:44 +0100 |
| commit | 3e45de56cfedbb489220d789c511d07d78a0942a (patch) | |
| tree | 35239c554b307457aceca79955f5dbacb1f7338b /src/main/resources/templates/fragments.html | |
| parent | 7f54efe034326aa487a18635ff6200d4deae7fb1 (diff) | |
feat: add page that shows transformation configurationv0.2.0
Diffstat (limited to 'src/main/resources/templates/fragments.html')
| -rw-r--r-- | src/main/resources/templates/fragments.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/fragments.html b/src/main/resources/templates/fragments.html index 369add3..ea0fe1d 100644 --- a/src/main/resources/templates/fragments.html +++ b/src/main/resources/templates/fragments.html @@ -10,6 +10,7 @@ <ul> <li><a th:href="@{/}">Übersicht</a></li> <li><a th:href="@{/statistics}">Statistiken</a></li> + <li><a th:href="@{/transformations}">Transformationen</a></li> </ul> </nav> </div> |
