diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
| commit | ad4d74ea45be6b227027588f6515fb22fafc335a (patch) | |
| tree | dc33e854cc1f6f7d12ca746edef0e844be17f97f /template/directory.st | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'template/directory.st')
| -rwxr-xr-x | template/directory.st | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/directory.st b/template/directory.st index 7c97da0..61b817c 100755 --- a/template/directory.st +++ b/template/directory.st @@ -22,7 +22,7 @@ $if(users)$ $users:{ hump | - <div class="dlogged-dump dump is-relative $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$"> + <div class="dlogged-hump hump is-relative $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$"> <div id="usernicks"> <a href="/$hump.nick$"> <b>$hump.nick$'s</b> $if(hump.score_ent)$ fav score: $hump.score$ |
