1 <h2>Your Search Results for <%= @place_name.capitalize %></h2>
12 <% @res_ary.each do |hsh| %>
19 <%= hsh['countryname'] %>
22 <%= link_to('Map', url="/index.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %>
25 <%= link_to('Edit', url="/edit.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %>
28 <%= link_to('API', url="/#FIXME") %>