summaryrefslogtreecommitdiff
path: root/template/single_message_share_buttons.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/single_message_share_buttons.st
parent8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (diff)
Refactor templates: humps/hump variables
Diffstat (limited to 'template/single_message_share_buttons.st')
-rwxr-xr-xtemplate/single_message_share_buttons.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/single_message_share_buttons.st b/template/single_message_share_buttons.st
index 2781199..04a91a3 100755
--- a/template/single_message_share_buttons.st
+++ b/template/single_message_share_buttons.st
@@ -3,9 +3,9 @@
<img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)">
<img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)">
<img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)">
- <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a>
+ <a class="permalink" href="$domain$/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a>
$if(user_nick)$
- $if(dump.favorited)$
+ $if(hump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')">
$else$
<div class="is-relative">
@@ -13,7 +13,7 @@ $if(user_nick)$
</div>
$endif$
$endif$
-$if(dump.favcount)$
- $dump.favcount$
+$if(hump.favcount)$
+ $hump.favcount$
$endif$
</span>