X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c0b9420c7bf86c80a9f073f45f5a865e39902eb8..ebbcf63f0d910458ae255a84de794e3ccede7a7a:/app/views/trace/view.html.erb?ds=sidebyside diff --git a/app/views/trace/view.html.erb b/app/views/trace/view.html.erb index 0688ec130..1001cadf9 100644 --- a/app/views/trace/view.html.erb +++ b/app/views/trace/view.html.erb @@ -36,8 +36,8 @@ <%= t'trace.view.tags' %> <% unless @trace.tags.empty? %> - <% @trace.tags.each do |tag| %> - <%= link_to tag.tag, { :controller => 'trace', :action => 'list', :tag => tag.tag, :id => nil } %> + <% @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 %> <% else %> <%= t'trace.view.none' %>