Sha256: 202b9da5e103ababd81a7fcd7e1113c63231eb67e5c93036d83690bdc6b79ccb

Contents?: true

Size: 759 Bytes

Versions: 23

Compression:

Stored size: 759 Bytes

Contents

= render 'layout' do

  -# render_datatable(@datatable)

  .mb-4= render('effective/events/categories')
  .mb-4= render('effective/events/form', event_search: @event_search)

  - results = @event_search.results(page: params[:page])

  - if @event_search.present? && results.length == 0
    .alert.alert-info.mb-3 There are no results for your search. Please try again.

  .row
    .col-md-3
      = month_calendar(events: @events) do |date, events|
        - if events.any? { |event| event.start_at.to_date == date }
          = date.day
        - else
           
    .col-md-9
      -# This renders effective/events/event
      = render(results)

  %nav.d-flex.justify-content-center
    = bootstrap_paginate(results, per_page: @event_search.per_page)

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
effective_events-0.18.0 app/views/effective/events/index.html.haml
effective_events-0.17.0 app/views/effective/events/index.html.haml
effective_events-0.16.0 app/views/effective/events/index.html.haml
effective_events-0.15.1 app/views/effective/events/index.html.haml
effective_events-0.15.0 app/views/effective/events/index.html.haml
effective_events-0.14.2 app/views/effective/events/index.html.haml
effective_events-0.14.1 app/views/effective/events/index.html.haml
effective_events-0.14.0 app/views/effective/events/index.html.haml
effective_events-0.13.1 app/views/effective/events/index.html.haml
effective_events-0.13.0 app/views/effective/events/index.html.haml
effective_events-0.11.3 app/views/effective/events/index.html.haml
effective_events-0.11.2 app/views/effective/events/index.html.haml
effective_events-0.11.1 app/views/effective/events/index.html.haml
effective_events-0.11.0 app/views/effective/events/index.html.haml
effective_events-0.10.2 app/views/effective/events/index.html.haml
effective_events-0.10.1 app/views/effective/events/index.html.haml
effective_events-0.10.0 app/views/effective/events/index.html.haml
effective_events-0.9.3 app/views/effective/events/index.html.haml
effective_events-0.9.2 app/views/effective/events/index.html.haml
effective_events-0.9.1 app/views/effective/events/index.html.haml