Sha256: 5e21b1e7b05b7f320622823f2990d56eedbb7fb89d9f3d645979ef128cdec070

Contents?: true

Size: 977 Bytes

Versions: 16

Compression:

Stored size: 977 Bytes

Contents

- include_stylesheet 'admin/calendar'

%h1
  = @calendar.name
  calendar
  = render :partial => 'actions'

%div#calendar_help
  %h3
    subscribe to this calendar
  %ul
    %li
      %strong
        address:
      = link_to @calendar.ical.url
    %li
      %strong
        username:
      = link_to @calendar.ical.username
    %li
      %strong
        password:
      = link_to @calendar.ical.password
  %p
    This may be part of a master calendar with several individual calendars. In that case there will be a different address that lets you access all the calendars at once. Consult your site administrator if unsure.

%table#events.index{:cellspacing=>"0", :border=>"0", :cellpadding=>"0"}
  = render :partial => 'events/list_head'
  %tbody
    - if @calendar.events.any?
      - @calendar.events.each do |event|
        = render :partial => 'event', :object => event
    - else
      %tr
        %td.note{:colspan => admin.event.index.tbody.length} 
          No Events

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.3.9 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.8 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.7 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.6 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.5 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.4 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.3 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.2 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.1 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.3.0 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.1.2 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.1.1 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.1.0 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.0.2 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.0.1 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.0.0 app/views/admin/calendars/show.html.haml