2015-11-26 14:37:03 +05:30
|
|
|
.table-holder
|
|
|
|
%table.table#audits
|
|
|
|
%thead
|
2015-09-11 14:41:01 +05:30
|
|
|
%tr
|
2015-11-26 14:37:03 +05:30
|
|
|
%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
|
2015-09-11 14:41:01 +05:30
|
|
|
= paginate events, theme: "gitlab"
|