From 27ab5de0714abea0ab1984b93f56200e18bf877c Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Fri, 16 May 2014 11:03:26 +0200 Subject: Fix bug in turbo_link call. --- web/views/relation.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/views') 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 @@ XAPI JOSM <% end %> - <%= turbo_link('relations', 'type', @rtype) %> + <%= turbo_link(@count_all_values, 'relations', 'type', @rtype) %>

<%= @desc %>

-- cgit v1.2.3