summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/pages/index.ejs28
1 files changed, 28 insertions, 0 deletions
diff --git a/views/pages/index.ejs b/views/pages/index.ejs
index 3b5e0f9..b6a8a5f 100644
--- a/views/pages/index.ejs
+++ b/views/pages/index.ejs
@@ -31,6 +31,34 @@
</div>
<div id="content">
+
+ <table class="threads">
+ <script class="template" type="text/html">
+ <tr>
+ <td>
+ <a href="/profile/{{username}}">{{username}}</a>
+ {{privacy_dot}}
+ </td>
+ <td>
+ <a href="/details/{{id}}">{{title}}</a>
+ </td>
+ <td class="{{age_class}}">
+ {{age}}
+ </td>
+ <td class="{{views_class}}">
+ {{views}}
+ </td>
+ <td class="{{comments_class}}">
+ {{comments}}
+ </td>
+ <td>
+ <span class="{{size_class}}">{{size}}</span>
+ in
+ <span class="{{files_class}}">{{files}}</span>
+ </td>
+ </tr>
+ </script>
+ </table>
</div>
<% include ../partials/footer %>