mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-12 16:23:06 +00:00
Rae from website
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
453a143bfa
commit
a3e6df6ce8
13 changed files with 691 additions and 35 deletions
|
@ -1,7 +1,14 @@
|
|||
extends site.pug
|
||||
|
||||
block content
|
||||
h1= entry.title
|
||||
form(action=`/journal/${entry.id}/edit`, method="post")
|
||||
h1(style="display:flex;align-items:center;gap:1em;")
|
||||
| #{entry.title}
|
||||
if isSelf || isMod
|
||||
div(style="display:flex;")
|
||||
if isSelf
|
||||
button(name="action", value="edit") edit
|
||||
button(name="action", value="delete") delete
|
||||
span
|
||||
| by
|
||||
a(href=`/users/${entry.uname}`)= entry.uname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue