]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace.html.erb
Introducing comma as tag separator (if present, otherwise it behaves as before),...
[rails.git] / app / views / trace / _trace.html.erb
index 4e1733148c943fc1fc8c56aeb73a0bc89022336e..d38fa2f4c74fee873560a4bff508148c96d507ee 100644 (file)
@@ -27,8 +27,8 @@
     <%= t'trace.trace.by' %> <%=link_to h(trace.user.display_name), {:controller => 'user', :action => 'view', :display_name => trace.user.display_name} %>
     <% if !trace.tags.empty? %>
       <%= t'trace.trace.in' %> 
-      <% trace.tags.each do |tag| %>
-        <%= link_to_tag tag.tag %>
+      <% trace.tags.each_with_index do |tag, index| %>
+        <%= link_to_tag tag.tag %><%=', ' if index+1 < trace.tags.count %>
       <% end %>
     <% end %>
   </td>