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 bcb4670..6eea47f 100644 --- a/views/hootstream/templates.ejs +++ b/views/hootstream/templates.ejs @@ -21,13 +21,13 @@ </a> <div class="text" style="opacity: {{age_opacity}}"> {{hoot}} - <div class="actions"> - {{actions}} - </div> </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="age date" style="opacity: {{age_opacity}}">{{age}}</div> </div> </script> |
