Sha256: 2765a8a72bb80435afbdf684b760d11573a7cf3c5dfca032d4898a632200a1a3
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
%table.zebra-striped %thead %tr %th.shrink.user= t("admin.history.user") %th.changes= t("admin.history.changes") %tbody - @history.each do |t| %tr %td= t.try :username %td= "#{m = t.message.downcase} #{m.to_s.rindex("changed") ? "for #{t.table.capitalize} ##{t.item}" : ''}"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elucid-rails_admin-0.0.1 | app/views/rails_admin/history/_dashboard.html.haml |