summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html
index 1ed1ac2..8bff3d7 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,14 +12,9 @@
</header>
<body>
<main>
- <div class="index-headings small-heading">
- <div>repository</div>
- <div>description</div>
- <div>idle</div>
- </div>
<div class="index">
{{ range .info }}
- <div><a href="/{{ .Name }}">{{ .Name }}</a></div>
+ <div class="index-name"><a href="/{{ .Name }}">{{ .Name }}</a></div>
<div class="desc">{{ .Desc }}</div>
<div>{{ .Idle }}</div>
{{ end }}