Sha256: 6e69e5aceb95cdb6983e2e9fcc9ab3a89b20059394f706884c7d510be4c7ea75

Contents?: true

Size: 559 Bytes

Versions: 6

Compression:

Stored size: 559 Bytes

Contents

.row
  .col-md-12
    .panel.panel-default
      %table.table.table-striped
        %thead
          %tr
            %th User email
            %th Action
            %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.created_at.strftime('%Y-%m-%d %H:%M:%S')

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
proxes-0.3.5 views/audit_logs/index.haml
proxes-0.3.3 views/audit_logs/index.haml
proxes-0.3.2 views/audit_logs/index.haml
proxes-0.3.1 views/audit_logs/index.haml
proxes-0.3.0 views/audit_logs/index.haml
proxes-0.2.0 views/audit_logs/index.haml