summaryrefslogtreecommitdiff
path: root/template/fame_dump.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/fame_dump.st
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'template/fame_dump.st')
-rwxr-xr-xtemplate/fame_dump.st14
1 files changed, 0 insertions, 14 deletions
diff --git a/template/fame_dump.st b/template/fame_dump.st
deleted file mode 100755
index 0f40fc5..0000000
--- a/template/fame_dump.st
+++ /dev/null
@@ -1,14 +0,0 @@
-$if(hump.ztags)$
- <div class="logged-hump hump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$">
-$else$
- <div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
-$endif$
-
-
-$hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a>
-<span>&nbsp;&nbsp;&nbsp;<img height="16px" width="16px" src="/static/img/thumbs/heartfaved.gif"><span class="scorecount">$hump.count$</span></span>
-
- <div class="content">$hump.content$</div>
- <hr />
-$hall_share_buttons()$
- </div>