BigW Consortium Gitlab

_event_table.html.haml 369 Bytes
Newer Older
Douwe Maan committed
1 2 3
.table-holder
  %table.table#audits
    %thead
4
      %tr
Douwe Maan committed
5 6 7 8 9 10 11 12 13 14 15 16
        %th Action
        %th When

    %tbody
      - events.each do |event|
        %tr
          %td
            %span
              Signed in with 
              %b= event.details[:with]
              authentication
          %td #{time_ago_in_words event.created_at} ago
17
= paginate events, theme: "gitlab"