diff options
Diffstat (limited to 'views/hootstream')
| -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> |
