mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
FIX: back-links in bearbeiten-Formularen
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<div class="form-action-bar">
|
||||
<div class="form-action-bar-inner">
|
||||
<div class="form-action-bar-actions">
|
||||
<a href="/almanach/{{ $entry.MusenalmID }}/contents/edit" class="resetbutton w-40 flex items-center gap-2 justify-center">
|
||||
<a href="/almanach/{{ $entry.MusenalmID }}/contents/edit" class="resetbutton w-40 flex items-center gap-2 justify-center" data-role="cancel-link" data-cancel-url="{{ index . "cancel_url" }}">
|
||||
<i class="ri-close-line"></i>
|
||||
<span>Zurueck</span>
|
||||
</a>
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
"content_id" $content.Id
|
||||
"entry" $entry
|
||||
"csrf_token" $csrf
|
||||
"cancel_url" (index . "cancel_url")
|
||||
"content_types" $contentTypes
|
||||
"musenalm_types" $musenalmTypes
|
||||
"pagination_values" $paginationValues
|
||||
|
||||
Reference in New Issue
Block a user