Added ability to reject and rework article

This commit is contained in:
2024-03-10 15:03:46 +01:00
parent 28eb7e236a
commit 5145e1cd94
13 changed files with 237 additions and 88 deletions

View File

@ -1,6 +1,7 @@
{{define "page-content"}}
<h2>Hub</h2>
<button hx-get="/write-article/" hx-target="#page-content">Artikel schreiben</button>
<button hx-get="/rejected-articles/" hx-target="#page-content">Abgelehnte Artikel</button>
<button hx-get="/rss/" hx-target="#page-content">RSS Feed</button>
{{if lt . 2}}
<button hx-get="/unpublished-articles/" hx-target="#page-content">Unveröffentlichte Artikel</button>