aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index bf8c305..f37e352 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -20,9 +20,9 @@
</tr>
{{ range .info }}
<tr>
- <td class="toplevel-repo index-name"><a href="/{{ .Name }}">{{ .Name }}</a></th>
- <td class="desc"><a href="/{{ .Name }}">{{ .Desc }}</a></th>
- <td>{{ .Idle }}</th> <!--TODO: Idle highlight and absolute time-->
+ <td class="toplevel-repo index-name"><a href="/{{ .Name }}">{{ .Name }}</a></td>
+ <td class="desc"><a href="/{{ .Name }}">{{ .Desc }}</a></td>
+ <td>{{ .Idle }}</td> <!--TODO: Idle highlight and absolute time-->
</tr>
{{ end }}
</table>