X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d963aa30b7dc4b18fac35309e30a64c31e02d65d..582ab35ecd0b0cfacaedf8cbe1d6eadff302973b:/app/views/browse/_common_details.html.erb
diff --git a/app/views/browse/_common_details.html.erb b/app/views/browse/_common_details.html.erb
index b6960b9c4..f336671f3 100644
--- a/app/views/browse/_common_details.html.erb
+++ b/app/views/browse/_common_details.html.erb
@@ -1,30 +1,32 @@
-
+ <% if common_details.changeset.tags['comment'].present? %>
+
+ <%= linkify(h(common_details.changeset.tags['comment'])) %>
+
+ <% else %>
+
(no comment)
+ <% end %>
+
+ <% if common_details.visible? %>
+ <%= t 'browse.common_details.edited' %>
+ <% else %>
+ <%= t 'browse.common_details.deleted' %>
+ <% end %>
+
<%= distance_of_time_in_words_to_now(common_details.timestamp) %> ago
-<% if common_details.changeset.user.data_public? %>
-
- <%= t 'browse.common_details.edited_by' %> |
- <%= link_to h(common_details.changeset.user.display_name), :controller => "user", :action => "view", :display_name => common_details.changeset.user.display_name %> |
-
-<% end %>
+ <% if common_details.changeset.user.data_public? %>
+ <%= t 'browse.common_details.by' %>
+ <%= link_to h(common_details.changeset.user.display_name), :controller => "user", :action => "view", :display_name => common_details.changeset.user.display_name %>
+ <% end %>
+
-
- <%= t 'browse.common_details.version' %> |
- <%= h(common_details.version) %> |
-
+
+ <%= t 'browse.common_details.version' %>
+ #<%= h(common_details.version) %>
+ ·
+ <%= t 'browse.common_details.in_changeset' %>
+ #<%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %>
+
+
-