1 <h2>Your Search Results for <%= @place_name.capitalize %></h2>
7 <th><Go to the Map </th>
8 <th><Get from the API </th>
11 <% @res_ary.each do |hsh| %>
18 <%= hsh['countryname'] %>
21 <%= link_to('Map', url="/index.html?mlat=#{hsh['lat']}&mlon=#{hsh['lon']}&zoom=12") %>
24 <%= link_to('API', url="/#FIXME") %>