X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638..d6b36b5752ff50c0c2aa0e78f784b17a624ee994:/app/views/browse/relation_history.rhtml diff --git a/app/views/browse/relation_history.rhtml b/app/views/browse/relation_history.rhtml index f4b3e1faa..f6a3811ab 100644 --- a/app/views/browse/relation_history.rhtml +++ b/app/views/browse/relation_history.rhtml @@ -1,3 +1,7 @@ +<% +@name = printable_name @relation +@title = 'Relation History | ' + @name +%>

Relation History: <%= 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 %> -