Sha256: e7830bf6b897b198f439530488299b67cc36b7e41bae1061c4ccb1f85546fa96

Contents?: true

Size: 565 Bytes

Versions: 51

Compression:

Stored size: 565 Bytes

Contents

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

  %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

51 entries across 51 versions & 1 rubygems

Version Path
trusty-festivity-extension-2.5.3 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.5.2 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.5.1 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.5.0 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.4.6 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.4.5 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.4.4 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.4.3 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.4.2 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.4.1 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.4.0 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.30 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.29 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.28 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.27 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.26 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.25 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.24 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.23 app/views/festivity_events/index.html.haml
trusty-festivity-extension-2.3.22 app/views/festivity_events/index.html.haml