Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -8,8 +8,10 @@ | ... | @@ -8,8 +8,10 @@ |
8 | {{#each threads}} | 8 | {{#each threads}} |
9 | <tr> | 9 | <tr> |
10 | <td> | 10 | <td> |
11 | + <a href="/thread/{{this._id}}" style="color: #000"> | ||
11 | {{this.title}} | 12 | {{this.title}} |
12 | ({{this.count}}) | 13 | ({{this.count}}) |
14 | + </a> | ||
13 | </td> | 15 | </td> |
14 | </tr> | 16 | </tr> |
15 | {{/each}} | 17 | {{/each}} | ... | ... |
-
Please register or login to post a comment