X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638..bed9cd00ed166ce346da4b8a9b654ddf86e64e70:/app/views/browse/relation.rhtml diff --git a/app/views/browse/relation.rhtml b/app/views/browse/relation.rhtml index 8d4f94bf5..f981938a7 100644 --- a/app/views/browse/relation.rhtml +++ b/app/views/browse/relation.rhtml @@ -15,12 +15,6 @@ or <%= link_to "view history", :action => "relation_history" %> - - <% if @relation.visible %> - <%= render :partial => "map", :locals => { :type => "relation", :id => @relation.id } %> - <% else %> - Deleted - <% end %> - + <%= render :partial => "map", :object => @relation %>