Showing
1 changed file
with
4 additions
and
2 deletions
... | @@ -8,8 +8,10 @@ | ... | @@ -8,8 +8,10 @@ |
8 | {{#each threads}} | 8 | {{#each threads}} |
9 | <tr> | 9 | <tr> |
10 | <td> | 10 | <td> |
11 | - {{this.title}} | 11 | + <a href="/thread/{{this._id}}" style="color: #000"> |
12 | - ({{this.count}}) | 12 | + {{this.title}} |
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