Sha256: 1591a9ec1a1fa61dd304d9b724148c5a3a9be2bd8f594e896e8acde334508269

Contents?: true

Size: 478 Bytes

Versions: 37

Compression:

Stored size: 478 Bytes

Contents

= form_for show, :url => event_shows_path(event, show) do |f|
  %td{:colspan => "4"}
    = f.text_field :datetime, :value => l(show.datetime_local_to_event, :format => :datetime_for_input), :readonly => true, :class => :datetimepicker
    - default_chart_id_as_s = show.chart_id.nil? ? nil : show.chart_id.to_s
    = f.select :chart_id, options_from_collection_for_select(event.charts, "id", "name", default_chart_id_as_s)
    = f.submit "Create New", :class => [ :mini, :full ]

Version data entries

37 entries across 37 versions & 1 rubygems

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