]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_start.rhtml
change layout: now a link, no longer a tab
[rails.git] / app / views / browse / _start.rhtml
index 10316c3833b565c3b0543c0922090f684508ee24..eff1f415b06976dfbc1b0ba0b7060d918466c12a 100644 (file)
 
 <div id="status"></div>
 <div id="object">
-<h3>Recent Changes</h3>
-<ul>
-<% @nodes.each do |node| %>
-<li><%= node.id %> @ <a href="#" onclick="setMapCenter(new OpenLayers.LonLat(<%= node.lon.to_s %>, <%= node.lat.to_s %>), 16); return false;"><%= node.lat.to_s %>,<%= node.lon.to_s %></a></li>
-<% end %>
-</ul>
 </div>
 </div>