Growth Development Classes
<% 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 %>
<%= @flatpage.title %>
<%= textilize(@flatpage.body) %> <% unless current_subdomain.blank? %> <% unless @location.sessions.current_session.jackrabbit_session_name.blank? or @location.jackrabbit_id.blank? %>Current Session
Program | Day | Time |
---|---|---|
<%= p.program.name %> | <%= p.day %> | <%= p.start_time %> |