Sha256: 924a53e66bdaff81ba7749d126d46b5311991ea3ced1c78244f7db9662b644fb

Contents?: true

Size: 635 Bytes

Versions: 37

Compression:

Stored size: 635 Bytes

Contents

= form_for [@event, show] do |form|
  %h3= @event.name
  %ul
    %li
      .label= form.label :datetime, "Show date/time"
      .element
        = form.text_field :datetime, :value => l(show.datetime_local_to_event, :format => :datetime_for_input), :readonly => true, :class => :datetimepicker
        = form.hidden_field :time_zone, { :value => show.event.time_zone }
    %li
      .label= form.label :chart_id, "Seating chart"
      .element= form.select :chart_id, options_from_collection_for_select(show.event.charts, "id", "name", show.chart_id.to_s )
  .cancel-submit
    = link_to "Cancel", event_path(@event)
    = form.submit

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 app/views/shows/_form.html.haml
artfully_ose-1.3.0.pre3 app/views/shows/_form.html.haml
artfully_ose-1.3.0.pre2 app/views/shows/_form.html.haml
artfully_ose-1.3.0.pre1 app/views/shows/_form.html.haml
artfully_ose-1.2.0 app/views/shows/_form.html.haml
artfully_ose-1.2.0.beta.1 app/views/shows/_form.html.haml
artfully_ose-1.2.0.alpha.2 app/views/shows/_form.html.haml
artfully_ose-1.2.0.alpha.1 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.27 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.26 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.24 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.23 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.21 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.20 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.19 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.18 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.17 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.16 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.15 app/views/shows/_form.html.haml
artfully_ose-1.2.0.pre.12 app/views/shows/_form.html.haml