summaryrefslogtreecommitdiff
path: root/template/popular_hump.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
commit75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (patch)
tree457640db50cd62bac0649119abed37c3bdeb2fe7 /template/popular_hump.st
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'template/popular_hump.st')
-rwxr-xr-xtemplate/popular_hump.st15
1 files changed, 15 insertions, 0 deletions
diff --git a/template/popular_hump.st b/template/popular_hump.st
new file mode 100755
index 0000000..9352391
--- /dev/null
+++ b/template/popular_hump.st
@@ -0,0 +1,15 @@
+<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+
+<div id="profiletxt">
+$hump.created_on$ - in <b><a href="http://$hump.key$.hump.fm">$hump.key$</a></b>
+
+</div>
+
+
+<div class="content">$hump.content$</div>
+<hr/>
+<div class="faver-list">
+$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>