aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/templates/partnerEdit.html
diff options
context:
space:
mode:
authormrfoxygmfr <mrfoxygmfr@sch9.ru>2025-04-28 13:32:27 +0300
committermrfoxygmfr <mrfoxygmfr@sch9.ru>2025-04-28 13:32:27 +0300
commit32abde013d2f103ddefae167c2b459b1b024f395 (patch)
treedabf9de3f0b6b3fc47cf21c437d9402804219c51 /src/main/resources/templates/partnerEdit.html
parent7e5a22ea51142ec0e582684bb0cba54942e3be36 (diff)
feat: partner contacts controller + pages
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">