Parties & Events
<% unless @location %>
<%= select '', 'state', @locations_us.collect {|l| [l.state_province, l.state_province]}, {:prompt => 'Select state'}, {:onchange => "location.href = '/locations/us/' + this.value"} %>
<%= select '', 'country', @locations_intl.collect {|l| [l.country, l.country]}, {:prompt => 'Select country'}, {:onchange => "location.href = '/locations/country/' + this.value"} %>
<% else %>
<% end %>