X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/20a861392e1ee7970da5d95b546aa8551faaf27b..dd905b5aa893918168c644045aa1b6069e95d48e:/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..9eb6b5bfe 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 %>