X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0348ceb3d72af260c0dce0013ab2cc59f2203d97..0a10ac2e9be4246987951eea86ae201f14c65fc1:/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 a4b8b2642..195332b09 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -1,9 +1,13 @@

- <%= t "browse.version" %> - #<%= common_details.version %> + <%= if common_details.redacted? + t "browse.redacted_version" + else + t "browse.version" + end %> + #<%= link_to_unless_current common_details.version, :controller => "old_#{@type.pluralize}", :action => :show, :version => common_details.version %>

-

+

<% if common_details.changeset.tags["comment"].present? %> <%= linkify(common_details.changeset.tags["comment"]) %> <% else %> @@ -13,14 +17,13 @@

-<%= render :partial => "tag_details", :object => common_details.tags %> +<%= render :partial => "browse/tag_details", :object => common_details.tags %>