Sha256: f6cfa4912f24505977dfa828452d61fc18048bcb452b36b40529799cf917ca45

Contents?: true

Size: 931 Bytes

Versions: 17

Compression:

Stored size: 931 Bytes

Contents

- include_stylesheet 'admin/calendar'

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

%div#calendar_help
  %h3
    t('calendar_admin.show.subscribe')subscribe to this calendar
  %ul
    %li
      %strong
        t('calendar_admin.show.address'):
      = link_to @calendar.ical.url
    %li
      %strong
        t('calendar_admin.show.username'):
      = link_to @calendar.ical.username
    %li
      %strong
        t('calendar_admin.show.password'):
      = link_to @calendar.ical.password
  %p
    t('calendar.show.detail_text')

%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} 
          t('calendar_admin.show.no_events')

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.5.6 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.5.5 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.5.4 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.5.3 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.5.1 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.5.0 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.14 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.12 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.10 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.9 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.8 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.7 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.6 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.5 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.2 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.1 app/views/admin/calendars/show.html.haml
radiant-event_calendar-extension-1.4.0 app/views/admin/calendars/show.html.haml