mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-07 05:53:07 +00:00
To sovle the mystery
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
parent
927193c102
commit
ae81f228a8
2 changed files with 5 additions and 0 deletions
|
@ -99,3 +99,7 @@ label.ovm-input:last-child > img {
|
|||
.feed-journal-entry:hover {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.feed-journal-entry a {
|
||||
display: block;
|
||||
}
|
||||
|
|
|
@ -52,6 +52,7 @@ block content
|
|||
.feed-journal-entries
|
||||
for entry of recentJournalUpdates
|
||||
.feed-journal-entry
|
||||
a(href=`/users/${entry.user}`).subtle= entry.user
|
||||
a(href=`/journal/${entry.id}`)= entry.title
|
||||
+journal_entry_suffix(entry, session.user === entry.user)
|
||||
hr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue