diff options
author | Jochen Topf <jochen@topf.org> | 2014-05-16 11:03:26 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-05-16 11:03:26 +0200 |
commit | 27ab5de0714abea0ab1984b93f56200e18bf877c (patch) | |
tree | b40562e684a757847a9273ff829c37c08b699c3e /web/views | |
parent | efc46707ec3fc8e680081afe4a4b21d2af6ca634 (diff) | |
download | taginfo-27ab5de0714abea0ab1984b93f56200e18bf877c.tar taginfo-27ab5de0714abea0ab1984b93f56200e18bf877c.tar.gz |
Fix bug in turbo_link call.
Diffstat (limited to 'web/views')
-rw-r--r-- | web/views/relation.erb | 2 |
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> |