X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/398d5fa3298b7aacea4a9cbddd0c4e5f8a9e6638..a6f88faa209b8b58a2fe361f7cd12066523243be:/app/views/browse/way_history.rhtml diff --git a/app/views/browse/way_history.rhtml b/app/views/browse/way_history.rhtml index 1eaf52ed5..c39cad54d 100644 --- a/app/views/browse/way_history.rhtml +++ b/app/views/browse/way_history.rhtml @@ -1,3 +1,7 @@ +<% +@name = printable_name @way +@title = 'Way History | ' + @name +%>

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

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