summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 20:00:59 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 20:00:59 +0000
commit74fbee8d95f42740a9f716109b0523b1619d1e87 (patch)
treeac3bda7f11665408ec345b04eaf1e88614a9526b /template
parente8822d8546199169a6bd1bb8592bf1d6c57f8e49 (diff)
Refactor: rename dump DOM ids to hump
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/nigga.st4
-rwxr-xr-xtemplate/profile.st2
-rwxr-xr-xtemplate/profilelog.st4
-rwxr-xr-xtemplate/test.st2
4 files changed, 6 insertions, 6 deletions
diff --git a/template/nigga.st b/template/nigga.st
index 91b0d8b..1cd28d7 100755
--- a/template/nigga.st
+++ b/template/nigga.st
@@ -78,13 +78,13 @@
<div id="middash">
- <h2><a href="/$nick$">$dump_cnt$ humps &#10145;</a></h2>
+ <h2><a href="/$nick$">$hump_cnt$ humps &#10145;</a></h2>
<hr>
</h8>
- <h2><a href="/$nick$/favorites">$dumps_user_faved_cnt$ humps Faved &#10145;</a></h2>
+ <h2><a href="/$nick$/favorites">$humps_user_faved_cnt$ humps Faved &#10145;</a></h2>
<hr>
<h3> $if(score_ent)$ $score$ $else$ 0 $endif$ of $if(is_home)$ your $else$ $nick$'s$endif$ humps Faved</h3>
</div>
diff --git a/template/profile.st b/template/profile.st
index 7522e8a..118a172 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -104,7 +104,7 @@ jQuery(document).ready(function() {
</div>
<div id="dashpix">
<a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a>
- <div id="mostrecentdumps">
+ <div id="mostrecenthumps">
$imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$
</div>
<div id="likebutton">
diff --git a/template/profilelog.st b/template/profilelog.st
index 5dd7aae..560dfad 100755
--- a/template/profilelog.st
+++ b/template/profilelog.st
@@ -36,8 +36,8 @@
</div>
$endif$
- <div>humps posted: $dump_cnt$</div>
- <div>humps $nick$ faved: $dumps_user_faved_cnt$</div>
+ <div>humps posted: $hump_cnt$</div>
+ <div>humps $nick$ faved: $humps_user_faved_cnt$</div>
$if(is_home)$
<div id="avatar-editing" class="is-hidden">
diff --git a/template/test.st b/template/test.st
index 8389765..f4af62c 100755
--- a/template/test.st
+++ b/template/test.st
@@ -57,7 +57,7 @@ $(document).ready(initLoginForm);
<img src="/static/img/valid_html.gif">
</div>
-<div id="dumpednow">
+<div id="humpednow">
</div>