<%= @title %>

<%= t.pages.search.results.you_were_searching_for %>: <%= escape_html(@query) %>

<%= t.osm.tags %>

<% javascript do JQuery.ready do JS.raw(%Q{ var tabs = jQuery('#tabs').tabs({ show: function(event, ui) { resize_wrapper(); window.location.hash = ui.tab.hash; create_flexigrid_for.search[ui.tab.hash.substring(1)](#{ @query.to_json }); } }); }) end end %>