X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6fafe7f309800b9ae8144eb723a89b81fee1d757..2dd7a5edb2572bcd952b4d1ebd9baac32db9dfa5:/app/views/browse/_common_details.html.erb?ds=sidebyside
diff --git a/app/views/browse/_common_details.html.erb b/app/views/browse/_common_details.html.erb
index 0c486e0a7..a4b8b2642 100644
--- a/app/views/browse/_common_details.html.erb
+++ b/app/views/browse/_common_details.html.erb
@@ -1,30 +1,37 @@
-
- <%= t 'browse.common_details.edited_at' %> |
- <%= l common_details.timestamp %> |
-
+
+ <%= t "browse.version" %>
+ #<%= common_details.version %>
+
-<% 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.tags["comment"].present? %>
+ <%= linkify(common_details.changeset.tags["comment"]) %>
+ <% else %>
+ <%= t "browse.no_comment" %>
+ <% end %>
+
-
- <%= t 'browse.common_details.version' %> |
- <%= h(common_details.version) %> |
-
+
-<% if common_details.changeset.tags['comment'] %>
-
- <%= t 'browse.common_details.changeset_comment' %> |
- <%= auto_link(h(common_details.changeset.tags['comment'])) %> |
-
-<% end %>
-
-<%= render :partial => "tag_details", :object => common_details %>
+<%= render :partial => "tag_details", :object => common_details.tags %>