Sha256: 8a047f4604e1a127c58ddd20c0e4020a57c2578ec9cbf97fa634fa1d61b6a1b6
Contents?: true
Size: 450 Bytes
Versions: 6
Compression:
Stored size: 450 Bytes
Contents
= content_for :title, "Activity #{activity.id}" .card-panel %table.table-striped.table-bordered.table.wice-grid %tbody %tr %th Date %td= l(@activity.created_at) %th User %td= @activity.whodunnit %th Action %td= @activity.event %th Object %td= @activity.item_type %td Instance %td = link_to @activity.item_url do = @activity.item_title
Version data entries
6 entries across 6 versions & 1 rubygems