summaryrefslogtreecommitdiff
path: root/template/hall_log_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/hall_log_dump.st
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'template/hall_log_dump.st')
-rwxr-xr-xtemplate/hall_log_dump.st9
1 files changed, 0 insertions, 9 deletions
diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st
deleted file mode 100755
index 22d7dc4..0000000
--- a/template/hall_log_dump.st
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
- <a href="/$hump.nick$"><b class="hallnick">$hump.nick$</a></b>
- $if(hump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$hump.score$</span>$endif$
- <div class="content" data-category="posts">$hump.content$</div>
- <hr />
- $if(logged_in)$
- $frontpage_share_buttons()$
- $endif$
-</div>