Sha256: df15720d2fc09ac466b49d630c14db02401a58d2432fe7b34ccc98db712815e6
Contents?: true
Size: 387 Bytes
Versions: 15
Compression:
Stored size: 387 Bytes
Contents
- content_for :main do %h1.calendar_icon Calendar = icon_to "New", new_admin_calendar_path %table.loose %tr %th Name %th Last Edited %th Created By - for calendar in @calendars %tr %td= link_to calendar.name, [:admin, calendar] %td= time_ago_in_words(calendar.updated_at) %td= truncate(calendar.user.email, :length=>40)
Version data entries
15 entries across 15 versions & 1 rubygems