X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..9230721a1f3091ec47d5751c6b5aaead599df49f:/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..b6960b9c4 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -20,4 +20,11 @@ <%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %> +<% if common_details.changeset.tags['comment'] %> + + <%= t 'browse.common_details.changeset_comment' %> + <%= linkify(h(common_details.changeset.tags['comment'])) %> + +<% end %> + <%= render :partial => "tag_details", :object => common_details %>