diff options
| author | Benedict Börger <benedict@0xb8000.de> | 2019-04-15 22:24:20 +0200 |
|---|---|---|
| committer | Benedict Börger <benedict@0xb8000.de> | 2019-04-15 22:24:20 +0200 |
| commit | ef11513f9385b3fb6b52eb90cf873a17f2a1d90b (patch) | |
| tree | ebf2e3ea06a68d720d4ea944fdb0aee1835cd898 /templates | |
| parent | 07a7266358c7bdaa564d35b614f8b8a84683e628 (diff) | |
[templates] update link to asset
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/balance.html.tera | 2 | ||||
| -rw-r--r-- | templates/chart.html.tera | 2 | ||||
| -rw-r--r-- | templates/transaction.html.tera | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/balance.html.tera b/templates/balance.html.tera index 13dc39d..8f9ebec 100644 --- a/templates/balance.html.tera +++ b/templates/balance.html.tera @@ -32,7 +32,7 @@ Asset </a> <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> - <a class="dropdown-item" href="/transactions">Overview</a> + <a class="dropdown-item" href="/asset">Overview</a> <a class="dropdown-item" href="/chart">Girokonto</a> </div> </li> diff --git a/templates/chart.html.tera b/templates/chart.html.tera index f2efa38..64cb9b3 100644 --- a/templates/chart.html.tera +++ b/templates/chart.html.tera @@ -54,7 +54,7 @@ Asset </a> <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> - <a class="dropdown-item" href="/transactions">Overview</a> + <a class="dropdown-item" href="/asset">Overview</a> <a class="dropdown-item" href="/chart">Girokonto</a> </div> </li> diff --git a/templates/transaction.html.tera b/templates/transaction.html.tera index a39b7e3..a0f258f 100644 --- a/templates/transaction.html.tera +++ b/templates/transaction.html.tera @@ -32,7 +32,7 @@ Asset </a> <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> - <a class="dropdown-item" href="/transactions">Overview</a> + <a class="dropdown-item" href="/asset">Overview</a> <a class="dropdown-item" href="/chart">Girokonto</a> </div> </li> |
