X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..d3388abe51a946ae0abc645d831a93b1b2cc6749:/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 179b22f60..8aa5b64c7 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -1,23 +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) %> - + -<%= render :partial => "tag_details", :object => common_details %> +<%= render :partial => "tag_details", :object => common_details.tags %>