X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638..90f6dac51ebaee0ac720540c25b79d5b865896e6:/app/views/browse/relation_history.rhtml diff --git a/app/views/browse/relation_history.rhtml b/app/views/browse/relation_history.rhtml index f4b3e1faa..45f3d1400 100644 --- a/app/views/browse/relation_history.rhtml +++ b/app/views/browse/relation_history.rhtml @@ -1,4 +1,8 @@ -

Relation History: <%= h(@name) %>

+<% +@name = printable_name @relation +@title = t('browse.relation_history.relation_history') + ' | ' + @name +%> +

<%= t'browse.relation_history.relation_history_title', :relation_name => h(@name) %>

@@ -11,12 +15,6 @@ or <%= link_to "view details", :action => "relation" %> - + <%= render :partial => "map", :object => @relation %>
- <% if @relation.visible %> - <%= render :partial => "map", :locals => { :type => "relation", :id => @relation.id } %> - <% else %> - Deleted - <% end %> -