<%= stylesheet_link_tag 'pvd-global' %> <%= stylesheet_link_tag 'bubbleTips' %> <%= javascript_include_tag :defaults %> <%= javascript_include_tag 'bubbleTips' %> <%= javascript_include_tag 'livepipe' %> <%= javascript_include_tag 'tabs' %>
Costa Rica Local Travel Tour Deals
<%= select( :pueblo_filter, :pueblo_id , Pueblo.all(:order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }) %> <%= select( :deal_category_filter, :deal_category_id , DealCategory.find(:all, :order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }) %>

<%= flash[:notice] %>

<%= yield %>