X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9afb533280268427cc86ab949525c9ff20605225..0b6f0c1d34f636c0cdde234f3a62a6ead2b8655f:/app/views/trace/view.html.erb diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 1001cadf9..4ab46bd3e 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -36,9 +36,7 @@ <%= t'trace.view.tags' %> <% unless @trace.tags.empty? %> - <% @trace.tags.each_with_index do |tag, index| %> - <%= link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } %><%=', ' if index+1 < @trace.tags.count %> - <% end %> + <%= @trace.tags.collect { |tag| link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } }.join(", ") %> <% else %> <%= t'trace.view.none' %> <% end %>