Sha256: 368299dead620b04943d8fba5bb9243e45a782425533f6a09b24200de9b0ee26

Contents?: true

Size: 479 Bytes

Versions: 11

Compression:

Stored size: 479 Bytes

Contents

%input#events-url{type: "hidden", value: "#{events_url}"}
.content-wrapper
  %aside.secondary-content
    = render partial: 'filters'

  %section.primary-content
    %a.button.show-filters-trigger{href: '#'} Show Filters

    .sorting-tools
      %form.sort-results{:action => "#"}
        %label{for: "sort"} Sort
        %select{id: "sort"}
          %option{value: "start_date"} Date/Time
          %option{value: "event_title"} Alphabetical
    = render partial: "event_list"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.3.10 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.9 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.8 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.7 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.6 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.5 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.4 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.3 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.2 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.1 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.0 app/views/festivity_events/index.html.haml