summaryrefslogtreecommitdiff
path: root/template/single_message.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
commitad4d74ea45be6b227027588f6515fb22fafc335a (patch)
treedc33e854cc1f6f7d12ca746edef0e844be17f97f /template/single_message.st
parentae480c44c59a9e77ea279f2208dd7f932079e078 (diff)
Refactor UI: dump classes -> hump
Diffstat (limited to 'template/single_message.st')
-rwxr-xr-xtemplate/single_message.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/single_message.st b/template/single_message.st
index 33e5e3d..d3687e6 100755
--- a/template/single_message.st
+++ b/template/single_message.st
@@ -10,7 +10,7 @@
<body class="permalink">
$banner()$
<div class="content"><br><br><br>
- <div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+ <div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
<div id="profiletxt">
<a href="/$hump.nick$">
$if(hump.avatar)$
@@ -28,7 +28,7 @@
<div class="content">$hump.content$</div>
<hr/>
<div class="faver-list">
- <span class="dump_score">$hump.count$</span>
+ <span class="hump_score">$hump.count$</span>
<img src="/static/img/thumbs/heartfavedsm.gif">
$hump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b>&nbsp;</a> }$
</div>