Sha256: 09a9505a0674c6cae64fdf3cee9b3c36d9f2fdc71f6a56d701fb2f1211757a2a

Contents?: true

Size: 1.56 KB

Versions: 21

Compression:

Stored size: 1.56 KB

Contents

- in_section :events
- content_for :header do
  =render :partial=>'events/header'

.row
  .span3
    - in_sub_section :details
    =render :partial=>'events/menu'
  .span9
    = form_for( [@event, @venue], :html => { :class => 'form-horizontal' }) do |form|
      .control-group
        =form.label :name, "Venue name", :class => 'control-label'
        .controls
          = form.text_field :name
          
      .control-group
        =form.label :address1, "Address 1", :class => 'control-label'
        .controls
          = form.text_field :address1
          
      .control-group
        =form.label :address2, "Address 2", :class => 'control-label'
        .controls
          = form.text_field :address2
          
      .control-group
        =form.label :city, "City", :class => 'control-label'
        .controls
          = form.text_field :city
          
      .control-group
        =form.label :state, "State", :class => 'control-label'
        .controls
          = form.select(:state, options_for_select(us_states, @event.venue.state))
          
      .control-group
        =form.label :zip, "Zip", :class => 'control-label'
        .controls
          = form.text_field :zip
          
      .control-group
        =form.label :time_zone, "Time Zone", :class => 'control-label'
        .controls
          = form.time_zone_select :time_zone, ActiveSupport::TimeZone.us_zones, {:default => current_user.current_organization.time_zone}, {:class => 'input-xlarge'}
          
      .form-actions
        = render :partial => "shared/save_save_and_next", :locals => {:form => form}

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.23 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.21 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.20 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.19 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.18 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.17 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.16 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.15 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.12 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.11 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.10 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.9 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.8 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.7 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.6 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.5 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.4 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.3 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.2 app/views/venues/edit.html.haml
artfully_ose-1.2.0.pre.1 app/views/venues/edit.html.haml