Sha256: abbf9cc24daed51c72e852aac15f97013e13c664f948f7735d5c8b4bb304a715

Contents?: true

Size: 262 Bytes

Versions: 37

Compression:

Stored size: 262 Bytes

Contents

= form_for chart, :url => assign_chart_path(event) do |form|
  %ul
    %li
      .hidden.label= form.label :id, "Chart"
      .full.paired.element
        = form.select :id, options_from_collection_for_select(@charts, "id", "name")
        = form.submit "Import"

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.10 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.9 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.8 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.7 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.6 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.5 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.4 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.3 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.2 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre.1 app/views/events/_chart_select.html.haml
artfully_ose-1.2.0.pre app/views/events/_chart_select.html.haml
artfully_ose-1.1.0 app/views/events/_chart_select.html.haml
artfully_ose-1.1.0.rc2 app/views/events/_chart_select.html.haml
artfully_ose-1.1.0.rc1 app/views/events/_chart_select.html.haml
artfully_ose-1.0.0.rc4 app/views/events/_chart_select.html.haml
artfully_ose-1.0.0.rc3 app/views/events/_chart_select.html.haml