Sha256: fcab330926c24687cc25db979e7b4569f63985cb8c59658e584f751550aec327
Contents?: true
Size: 634 Bytes
Versions: 1
Compression:
Stored size: 634 Bytes
Contents
.row .col-md-12 .panel.panel-default %table.table.table-striped %thead %tr %th User email %th Action %th Details %th Created at %tbody -list.each do |entity| %tr %td -if entity.user %a{ href: "/_proxes/users/#{entity.user.id}" }= entity.user.email -else None %td = entity.action %td = entity.details %td = entity.created_at.strftime('%Y-%m-%d %H:%M:%S')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxes-0.3.6 | views/audit_logs/index.haml |