Corrected back button class for unpublished articles

This commit is contained in:
Jason Streifling 2024-04-01 15:58:36 +02:00
parent 7e7de28b14
commit ed51d28c65

View File

@ -6,6 +6,6 @@
<p>{{.Description}}</p>
</button>
{{end}}
<button class="btn" hx-get="/hub/" hx-target="#page-content">Zurück</button>
<button class="action-btn" hx-get="/hub/" hx-target="#page-content">Zurück</button>
</div>
{{end}}