X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c99992f85f1749e444298989a499eea254c4dae6..f7f2b7482d7bcfc7905746cee650ceb51c4e8e01:/app/views/geocoder/results.rhtml?ds=sidebyside 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") %>