diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 18:52:20 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 18:52:20 +0000 |
| commit | ae480c44c59a9e77ea279f2208dd7f932079e078 (patch) | |
| tree | be098491808cc88d6aa3790f5b6a20d4feb4aad8 /template/share_buttons.st | |
| parent | 8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (diff) | |
Refactor templates: humps/hump variables
Diffstat (limited to 'template/share_buttons.st')
| -rwxr-xr-x | template/share_buttons.st | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index f10a29e..c481607 100755 --- a/template/share_buttons.st +++ b/template/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(logged_in)$ -$if(dump.favorited)$ +$if(hump.favorited)$ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)"> $else$ <div class="is-relative"> @@ -13,7 +13,7 @@ $else$ </div> $endif$ $endif$ -$if(dump.favcount)$ - $dump.favcount$ +$if(hump.favcount)$ + $hump.favcount$ $endif$ </span> |
