summaryrefslogtreecommitdiff
path: root/web/views/relation.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-05-16 11:03:26 +0200
committerJochen Topf <jochen@topf.org>2014-05-16 11:03:26 +0200
commit27ab5de0714abea0ab1984b93f56200e18bf877c (patch)
treeb40562e684a757847a9273ff829c37c08b699c3e /web/views/relation.erb
parentefc46707ec3fc8e680081afe4a4b21d2af6ca634 (diff)
downloadtaginfo-27ab5de0714abea0ab1984b93f56200e18bf877c.tar
taginfo-27ab5de0714abea0ab1984b93f56200e18bf877c.tar.gz
Fix bug in turbo_link call.
Diffstat (limited to 'web/views/relation.erb')
-rw-r--r--web/views/relation.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/views/relation.erb b/web/views/relation.erb
index fa710ea..be5feb7 100644
--- a/web/views/relation.erb
+++ b/web/views/relation.erb
@@ -6,7 +6,7 @@
<span class="button disabled" title="<%= h(t.pages.relation.button_disabled) %>">XAPI</span>
<span class="button disabled" title="<%= h(t.pages.relation.button_disabled) %>">JOSM</span>
<% end %>
- <%= turbo_link('relations', 'type', @rtype) %>
+ <%= turbo_link(@count_all_values, 'relations', 'type', @rtype) %>
</div>
<h1></h1>
<p><%= @desc %></p>