summaryrefslogtreecommitdiff
path: root/web/views/index.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2010-10-19 18:19:18 +0200
committerJochen Topf <jochen@topf.org>2010-10-19 18:19:18 +0200
commit50057d5c906619234e80cb20708650d9ed78715a (patch)
treea12d99c5c62760e6d4d1b37e1699598aad5f99ae /web/views/index.erb
parent4b36dcb5089d5ce8069e0dcfccd314c72fd4878e (diff)
downloadtaginfo-50057d5c906619234e80cb20708650d9ed78715a.tar
taginfo-50057d5c906619234e80cb20708650d9ed78715a.tar.gz
More fixes for strange characters in tags
Fixed links on front page Overview box now shows alls zeros for unknown tags (actually change in api overview call to return zeros instead of an empty hash)
Diffstat (limited to 'web/views/index.erb')
-rw-r--r--web/views/index.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/index.erb b/web/views/index.erb
index 01d4051..0e05e28 100644
--- a/web/views/index.erb
+++ b/web/views/index.erb
@@ -5,7 +5,7 @@
<div class="tagcloud">
<% @tags.each do |tag| %>
- <a href="/tags/<%= tag['key'] %>" class="popkey" style="font-size: <%= tagcloud_size(tag) %>px;"><%= tag['key'] %></a>
+ <a href="/keys/<%= tag['key'] %>" class="popkey" style="font-size: <%= tagcloud_size(tag) %>px;"><%= tag['key'] %></a>
<% end %>
</div>
</div>