aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/partnerEdit.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/templates/partnerEdit.html')
-rw-r--r--src/main/resources/templates/partnerEdit.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/templates/partnerEdit.html b/src/main/resources/templates/partnerEdit.html
index a02a8e5..9bcebed 100644
--- a/src/main/resources/templates/partnerEdit.html
+++ b/src/main/resources/templates/partnerEdit.html
@@ -11,6 +11,9 @@
<a th:href="@{/operations(operationPartnerName=${partner.getName()})}">
<button class="btn btn-primary">Операции партнера</button>
</a><br><br>
+ <a th:href="'/partnerContacts/' + ${partner.getId()}">
+ <button class="btn btn-primary">Контактные лица партнера</button>
+ </a><br><br>
</div>
<form method="post" action="/partner">