Sha256: fee16f416df7c80bb0a457e232605617a1698f1d52401ed3f8fe5a873bfde0bf

Contents?: true

Size: 386 Bytes

Versions: 82

Compression:

Stored size: 386 Bytes

Contents

%table{:id => "festivity-performances-table", :class => "index performances-table"}
  %thead
    %tr
      %th
        Start Date
      %th
        End Date
      %th
        Location
      %th
        Notes
      %th
        Delete
  - performances.each do |performance|
    = render partial: "admin/pages/partials/performance", locals: {performance: performance, locations: locations}

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.0.1 app/views/admin/pages/partials/_performances_table.html.haml
trusty-festivity-extension-2.0.0 app/views/admin/pages/partials/_performances_table.html.haml