Sha256: 63338a84730fa1f631605c3ce69f74f9d6aff887f0028dbeba35a41bc4f90669

Contents?: true

Size: 509 Bytes

Versions: 10

Compression:

Stored size: 509 Bytes

Contents

- calendar ||= @calendar
%span.calendar_actions
  - if calendar.ical
    = link_to_unless_current image('refresh', :alt => 'Refresh calendar'), refresh_admin_ical_url(calendar.ical.id), :method => :put
    = link_to_unless_current image('edit', :alt => 'Edit calendar'), edit_admin_calendar_path(calendar) 
    = link_to_unless_current image('remove', :alt => 'Delete calendar'), admin_calendar_path(calendar), :confirm => "Are you sure you want to delete the #{calendar.name} calendar ?", :method => :delete

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.3.3 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.3.2 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.3.1 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.3.0 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.1.2 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.1.1 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.1.0 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.0.2 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.0.1 app/views/admin/calendars/_actions.html.haml
radiant-event_calendar-extension-1.0.0 app/views/admin/calendars/_actions.html.haml