<p></p>
<p><b>@tomhughes</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3036#discussion_r551601284">app/views/traces/_trace.html.erb</a>:</p>
<pre style='color:#555'>>
- <% badge_class = case trace.visibility
- when "public", "identifiable" then "success"
- else "danger"
- end %>
- <span class="badge badge-<%= badge_class %> text-white"><%= t(".#{trace.visibility}") %></span>
+ <p class="mb-0 text-muted" title="<%= trace.timestamp %>">
+ <%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %>
+ <%= t ".by" %> <%= link_to trace.user.display_name, user_path(trace.user) %>
+ <% if trace.tags.present? %>
+ <%= t ".in" %>
+ <%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %>
+ <% end %>
</pre>
<p>Yes that's a separate issue and should be addressed (if there is indeed a problem) in a separate PR.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/3036#discussion_r551601284">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLITBKVIPQ6W2YWHLBLSYI4X7ANCNFSM4VSFYJGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLNIFW4IIAVKZA4R3STSYI4X7A5CNFSM4VSFYJG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEF3BEBA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/3036#discussion_r551601284",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/3036#discussion_r551601284",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>