summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 7454fc4..1933e65 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,7 +4,7 @@
<ul id="hosts" class="row">
{{#hosts}}
<li class="span2 thumbnail">
- <a data-uri="{{uri}}" href="#">{{name}}</a>
+ <a data-uri="{{uri}}">{{name}}</a>
</li>
{{/hosts}}
</ul>