summaryrefslogtreecommitdiff
path: root/views/hootstream
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-31 13:26:22 +0100
committerjulian laplace <julescarbon@gmail.com>2022-10-31 13:26:22 +0100
commitec6ad6ddb99441eb532b5e72a45c5312813a0a2e (patch)
treec8cbf4a269e51afe112ce8144d0e73ef429c0003 /views/hootstream
parent74c2e511c19cf65f61bc696c0a46d55f71d6915d (diff)
can i get a motherfucking seaside?
Diffstat (limited to 'views/hootstream')
-rw-r--r--views/hootstream/templates.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/hootstream/templates.ejs b/views/hootstream/templates.ejs
index 8afd90b..bfeb5c1 100644
--- a/views/hootstream/templates.ejs
+++ b/views/hootstream/templates.ejs
@@ -26,8 +26,8 @@
{{actions}}
</div>
<div class="keyword">{{keyword_link}}</div>
- <div class="commentCount" style="opacity: {{comment_opacity}}">{{comment_count}}</div>
- <div class="fileCount" style="opacity: {{file_opacity}}">{{file_count}}</div>
+ <div class="count commentCount" style="opacity: {{comment_opacity}}">{{comment_count}}</div>
+ <div class="count fileCount" style="opacity: {{file_opacity}}">{{file_count}}</div>
<div class="age date" style="opacity: {{age_opacity}}">{{age}}</div>
</div>
</script>