Add back link to rec. trx. list and adjust chart layout

This commit is contained in:
2019-07-15 23:29:05 +02:00
parent 055135776a
commit d51f55b075
2 changed files with 19 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
<body>
<h1 th:text="#{'financer.heading.recurring-transaction-list.' + ${subTitle}}"/>
<span class="errorMessage" th:if="${errorMessage != null}" th:text="#{'financer.error-message.' + ${errorMessage}}"/>
<a th:href="@{/accountOverview}" th:text="#{financer.cancel-back-to-overview}"/>
<table id="recurring-transaction-list-table">
<tr>
<th class="hideable-column" th:text="#{financer.recurring-transaction-list.table-header.id}"/>