X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638..d6b36b5752ff50c0c2aa0e78f784b17a624ee994:/app/views/browse/relation.rhtml diff --git a/app/views/browse/relation.rhtml b/app/views/browse/relation.rhtml index 8d4f94bf5..89f826c17 100644 --- a/app/views/browse/relation.rhtml +++ b/app/views/browse/relation.rhtml @@ -1,3 +1,7 @@ +<% +@name = printable_name @relation +@title = 'Relation | ' + @name +%> - + <%= render :partial => "map", :object => @relation %>
@@ -15,12 +19,6 @@ or <%= link_to "view history", :action => "relation_history" %> - <% if @relation.visible %> - <%= render :partial => "map", :locals => { :type => "relation", :id => @relation.id } %> - <% else %> - Deleted - <% end %> -