Sha256: 09c2bacc66d8bb9ef3cb15c7f3d6ba97ddd2c3ce2b5dfafa043ddfe3890f36f2

Contents?: true

Size: 1.05 KB

Versions: 82

Compression:

Stored size: 1.05 KB

Contents

%tr
  %td
    = hidden_field_tag "page[festivity_performances][][performance_id]", performance.id, id: "performance_#{performance.id}_id"
    = text_field_tag "page[festivity_performances][][start_date]", format_date(performance.start_date), id: "performance_#{performance.id}_start_date", class: "date_field"
  %td
    = text_field_tag "page[festivity_performances][][end_date]", format_date(performance.end_date), id: "performance_#{performance.id}_end_date", class: "date_field"
  %td
    = select_tag("page[festivity_performances][][festivity_location_page][id]", options_from_collection_for_select(locations, "id", "title", performance.location_page_id), {id: "performance_#{performance.id}_location_page_id", class: "textbox big", prompt: "Select location"})
  %td
    = text_field_tag "page[festivity_performances][][notes]", performance.notes, id: "performance_#{performance.id}_notes", size: 50
  %td
    %a.festivity-delete-performance.fa.fa-minus-circle{href: "#{url_for([:admin, performance])}", id: "festivity-delete-performance-#{performance.id}"}
      Delete

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.6.3 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.6.2 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.6.1 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.6 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.19 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.18 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.17 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.16 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.15 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.14 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.13 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.12 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.11 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.10 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.9 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.8 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.7 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.6 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.5 app/views/admin/pages/partials/_performance.html.haml
trusty-festivity-extension-2.5.4 app/views/admin/pages/partials/_performance.html.haml