Sha256: 5a7a9dbb9e8fffa197a8935862795ded02fd860be1e334d82835a7e73ec5970a

Contents?: true

Size: 664 Bytes

Versions: 12

Compression:

Stored size: 664 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')

=pagination(list, base_path)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
proxes-0.7.1 views/audit_logs/index.haml
proxes-0.7.0 views/audit_logs/index.haml
proxes-0.6.1 views/audit_logs/index.haml
proxes-0.6.0 views/audit_logs/index.haml
proxes-0.5.2 views/audit_logs/index.haml
proxes-0.5.1 views/audit_logs/index.haml
proxes-0.5.0 views/audit_logs/index.haml
proxes-0.4.4 views/audit_logs/index.haml
proxes-0.4.3 views/audit_logs/index.haml
proxes-0.4.2 views/audit_logs/index.haml
proxes-0.4.1 views/audit_logs/index.haml
proxes-0.4.0 views/audit_logs/index.haml