summaryrefslogtreecommitdiff
path: root/views/partials/threads.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/threads.ejs')
-rw-r--r--views/partials/threads.ejs21
1 files changed, 11 insertions, 10 deletions
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs
index b809be8..b3a6e75 100644
--- a/views/partials/threads.ejs
+++ b/views/partials/threads.ejs
@@ -1,21 +1,21 @@
<table class="ledger" id="threads">
+
<script class="keywordTemplate" type="text/html">
- <tr>
- <th>
- <b>{{keyword}}</b>
- &middot;
- </th>
- <th>
+ <tr class='keyword'>
+ <td>
+ <b>{{keyword}}</b>&nbsp;&middot;
+ </td>
+ <td>
<a href="/post/{{keyword}}">post</a>
- </th>
+ </td>
</tr>
</script>
+
<script class="template" type="text/html">
- <tr>
+ <tr class='row'>
<td>
- <a href="/profile/{{username}}">{{username}}</a>
- {{privacy_dot}}
+ <a href="/profile/{{username}}">{{username}}</a>&nbsp;{{privacy_dot}}
</td>
<td class="{{color}}">
<a href="/details/{{id}}">{{title}}</a>
@@ -38,4 +38,5 @@
</td>
</tr>
</script>
+
</table>