mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-03-04 01:52:05 +00:00
Thinking about techdog
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
ae81f228a8
commit
9640cad38c
2 changed files with 1 additions and 1 deletions
BIN
static/img/update.png
Normal file
BIN
static/img/update.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 80 KiB |
|
@ -26,7 +26,7 @@ block content
|
||||||
label(for="description") Journal entry for today
|
label(for="description") Journal entry for today
|
||||||
textarea(name="description", id="description", placeholder="max 4096 chars", maxlength="4096", cols="60", rows="12")
|
textarea(name="description", id="description", placeholder="max 4096 chars", maxlength="4096", cols="60", rows="12")
|
||||||
if edit
|
if edit
|
||||||
| #{entry.entry}
|
| #{entry.entry.replaceAll("<br>", "\n")}
|
||||||
.input
|
.input
|
||||||
span Visibility
|
span Visibility
|
||||||
- const v = entry?.visibility ?? 1
|
- const v = entry?.visibility ?? 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue