diff options
Diffstat (limited to 'views/hootstream/templates.ejs')
| -rw-r--r-- | views/hootstream/templates.ejs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/hootstream/templates.ejs b/views/hootstream/templates.ejs index 6eea47f..8afd90b 100644 --- a/views/hootstream/templates.ejs +++ b/views/hootstream/templates.ejs @@ -22,12 +22,12 @@ <div class="text" style="opacity: {{age_opacity}}"> {{hoot}} </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="actions"> {{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="age date" style="opacity: {{age_opacity}}">{{age}}</div> </div> </script> |
