Styled with tailwind css
This commit is contained in:
@ -1,13 +1,15 @@
|
||||
{{define "page-content"}}
|
||||
<div>
|
||||
<div class="flex flex-col gap-4">
|
||||
{{range .}}
|
||||
<div>
|
||||
<h1>{{.Title}}</h1>
|
||||
<div class="border px-2 py-1 rounded-md">
|
||||
<h1 class="font-bold text-2xl">{{.Title}}</h1>
|
||||
<p>{{.Description}}</p>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
<button hx-get="/publish-issue/" hx-target="#page-content">Ausgabe publizieren</button>
|
||||
<button hx-get="/hub/" hx-target="#page-content">Abbrechen</button>
|
||||
<div class="btn-area">
|
||||
<button class="action-btn" hx-get="/publish-issue/" hx-target="#page-content">Ausgabe publizieren</button>
|
||||
<button class="btn" hx-get="/hub/" hx-target="#page-content">Abbrechen</button>
|
||||
</div>
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user