Sha256: 6d9c4d8e35854d84765ca8e2f2764e3c253fd8903dc267b62865d4e97fbbfbbc

Contents?: true

Size: 849 Bytes

Versions: 13

Compression:

Stored size: 849 Bytes

Contents

div This is the view in your host app where you include the partial that renders the calendar.
div You should see the calendar rendered below:

- config = { \
    calendar: { \
      google_calendar_api_host_base_path: "https://www.googleapis.com/calendar/v3/calendars/", \
      calendar_id: "schau-hnh%40web.de", \
      api_key: "AIzaSyB5F1X5hBi8vPsmt1itZTpMluUAjytf6hI" \
    }, \
    agenda: { \
      display_day_count: 14, \
      days_shift_coefficient: 7 \
    }, \
    month: { \
      summary_teaser_length_in_characters: 42, \
      delta_start_of_weekday_from_sunday: 1 \
    }, \
    general: { \
      maps_query_host: "https://www.google.de/maps", \
      maps_query_parameter: "q", \
      cache_update_interval_in_s: 7200 \
    } \
  }

= render partial: 'candl/calendar/frame', locals: { config: config }

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
candl-0.1.17 spec/dummy/app/views/sample/show.slim
candl-0.1.16 spec/dummy/app/views/sample/show.slim
candl-0.1.15 spec/dummy/app/views/sample/show.slim
candl-0.1.14 spec/dummy/app/views/sample/show.slim
candl-0.1.13 spec/dummy/app/views/sample/show.slim
candl-0.1.12 spec/dummy/app/views/sample/show.slim
candl-0.1.11 spec/dummy/app/views/sample/show.slim
candl-0.1.10 spec/dummy/app/views/sample/show.slim
candl-0.1.9 spec/dummy/app/views/sample/show.slim
candl-0.1.8 spec/dummy/app/views/sample/show.slim
candl-0.1.7 spec/dummy/app/views/sample/show.slim
candl-0.1.6 spec/dummy/app/views/sample/show.slim
candl-0.1.5 spec/dummy/app/views/sample/show.slim