Sha256: b2161b18ff1476cf317c59943c705bfa805068129a27c5482eb74765dce52451

Contents?: true

Size: 550 Bytes

Versions: 10

Compression:

Stored size: 550 Bytes

Contents

- locations = FestivityLocationPage.all
.festivity-full.festivity-list.festivity-div
  = render partial: 'admin/pages/partials/performances_table', locals: {performances: performances, locations: locations, page_id: page_id}
.right
  %button{type: "button", id: "add-performance", href: "#{admin_festivity_performances_path}",
      class: "btn btn-default btn-sm cat-type-btn",
      aria: {label: "Left Align"}, data: {id: page_id}}
    %span{class: "fa fa-plus-square fa-lg", aria: {hidden: "true"}}
     
    Add Performance
.festivity-space

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.1.1 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.1.0 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.7 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.6 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.5 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.4 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.3 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.2 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.1 app/views/admin/pages/partials/_performances.html.haml
trusty-festivity-extension-2.0.0 app/views/admin/pages/partials/_performances.html.haml