X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a4f4714d0e1b1eeabe5e4b411800b949ef1e1139..c102580baa225ea5f8834d99f5a35c7010aa726a:/app/views/geocoder/results.rhtml diff --git a/app/views/geocoder/results.rhtml b/app/views/geocoder/results.rhtml index e4a48dd18..7f4d710e1 100644 --- a/app/views/geocoder/results.rhtml +++ b/app/views/geocoder/results.rhtml @@ -4,8 +4,9 @@ Name Country - - + + + <% @res_ary.each do |hsh| %> @@ -21,6 +22,9 @@ <%= link_to('Map', url="/index.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %> +<%= link_to('Edit', url="/edit.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %> + + <%= link_to('API', url="/#FIXME") %>