summaryrefslogtreecommitdiff
path: root/template/popular_dump.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 18:52:20 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 18:52:20 +0000
commitae480c44c59a9e77ea279f2208dd7f932079e078 (patch)
treebe098491808cc88d6aa3790f5b6a20d4feb4aad8 /template/popular_dump.st
parent8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (diff)
Refactor templates: humps/hump variables
Diffstat (limited to 'template/popular_dump.st')
-rwxr-xr-xtemplate/popular_dump.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/popular_dump.st b/template/popular_dump.st
index ae15326..e98562c 100755
--- a/template/popular_dump.st
+++ b/template/popular_dump.st
@@ -1,15 +1,15 @@
-<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$">
+<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
<div id="profiletxt">
-$dump.created_on$ - in <b><a href="http://$dump.key$.hump.fm">$dump.key$</a></b>
+$hump.created_on$ - in <b><a href="http://$hump.key$.hump.fm">$hump.key$</a></b>
</div>
-<div class="content">$dump.content$</div>
+<div class="content">$hump.content$</div>
<hr/>
<div class="faver-list">
-$dump.count$ <img src="/static/img/thumbs/heartfavedsm.gif"></span> $dump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b></a> &nbsp; }$
+$hump.count$ <img src="/static/img/thumbs/heartfavedsm.gif"></span> $hump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b></a> &nbsp; }$
</div>
$share_buttons()$
</div>