diff options
| author | julian laplace <julescarbon@gmail.com> | 2022-10-31 13:26:22 +0100 |
|---|---|---|
| committer | julian laplace <julescarbon@gmail.com> | 2022-10-31 13:26:22 +0100 |
| commit | ec6ad6ddb99441eb532b5e72a45c5312813a0a2e (patch) | |
| tree | c8cbf4a269e51afe112ce8144d0e73ef429c0003 /views/hootstream/templates.ejs | |
| parent | 74c2e511c19cf65f61bc696c0a46d55f71d6915d (diff) | |
can i get a motherfucking seaside?
Diffstat (limited to 'views/hootstream/templates.ejs')
| -rw-r--r-- | views/hootstream/templates.ejs | 4 |
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> |
