X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/81c11988f58fa54664d60c22f4f6b82f5af5ce1d..29020530a8fabe1d02e3bc9c41970c9030efc380:/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 fa8eeb3a5..195332b09 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -1,6 +1,10 @@

- <%= t "browse.version" %> - #<%= link_to common_details.version, :controller => "old_#{@type.pluralize}", :action => :show, :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 %>