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> <p>{{.Description}}</p>
</button> </button>
{{end}} {{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> </div>
{{end}} {{end}}