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/popular_dump.st | |
| parent | 8dd5a7b4e75ce418df5d75673304a8d14181c8f8 (diff) | |
Refactor templates: humps/hump variables
Diffstat (limited to 'template/popular_dump.st')
| -rwxr-xr-x | template/popular_dump.st | 8 |
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> }$ +$hump.count$ <img src="/static/img/thumbs/heartfavedsm.gif"></span> $hump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b></a> }$ </div> $share_buttons()$ </div> |
