]> git.openstreetmap.org Git - rails.git/blob - app/views/traces/_description.html.erb
Merge remote-tracking branch 'upstream/pull/4762'
[rails.git] / app / views / traces / _description.html.erb
1 <%= image_tag trace_icon_url(trace.user, trace) %>
2 <% if trace.size -%>
3 <%= t ".description_with_count", :count => trace.size, :user => trace.user.display_name %>
4 <% else -%>
5 <%= t ".description_without_count", :user => trace.user.display_name %>
6 <% end -%>