Incorporated issues
This commit is contained in:
@ -4,10 +4,13 @@
|
||||
<button hx-get="/rejected-articles/" hx-target="#page-content">Abgelehnte Artikel</button>
|
||||
<button hx-get="/rss/" hx-target="#page-content">RSS Feed</button>
|
||||
<button hx-get="/edit-user/" hx-target="#page-content">Benutzer bearbeiten</button>
|
||||
{{if lt . 2}}
|
||||
{{if lt . 3}}
|
||||
<button hx-get="/unpublished-articles/" hx-target="#page-content">Unveröffentlichte Artikel</button>
|
||||
<button hx-get="/create-tag/" hx-target="#page-content">Neuer Tag</button>
|
||||
{{end}}
|
||||
{{if lt . 2}}
|
||||
<button hx-get="/this-issue/" hx-target="#page-content">Diese Ausgabe</button>
|
||||
{{end}}
|
||||
{{if eq . 0}}
|
||||
<button hx-get="/create-user/" hx-target="#page-content">Benutzer hinzufügen</button>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user