]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/geocoder/results.rhtml
Revert accidental commit.
[rails.git] / app / views / geocoder / results.rhtml
index e4a48dd18d96a73510fe822bb5b94ec5f17461de..7f4d710e16674d08ae8e82778bddaeb6873bc57d 100644 (file)
@@ -4,8 +4,9 @@
 <tr>
 <th>Name</th>
 <th>Country</th>
 <tr>
 <th>Name</th>
 <th>Country</th>
-<th><Go to the Map </th>
-<th><Get from the API </th>
+<th></th>
+<th></th>
+<th></th>
 </tr>
 
 <% @res_ary.each do |hsh| %>
 </tr>
 
 <% @res_ary.each do |hsh| %>
@@ -21,6 +22,9 @@
 <%= link_to('Map', url="/index.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %>  
 </td>
 <td>
 <%= link_to('Map', url="/index.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %>  
 </td>
 <td>
+<%= link_to('Edit', url="/edit.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %>  
+</td>
+<td>
 <%= link_to('API', url="/#FIXME") %>  
 </td>
 </tr>
 <%= link_to('API', url="/#FIXME") %>  
 </td>
 </tr>