2016-06-02 11:05:42 +05:30
|
|
|
%h5.prepend-top-0
|
|
|
|
History of authentications
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
%ul.content-list
|
2016-06-02 11:05:42 +05:30
|
|
|
- events.each do |event|
|
|
|
|
%li
|
|
|
|
%span.description
|
|
|
|
= audit_icon(event.details[:with], class: "append-right-5")
|
|
|
|
Signed in with
|
|
|
|
= event.details[:with]
|
|
|
|
authentication
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.float-right= time_ago_with_tooltip(event.created_at)
|
2015-11-26 14:37:03 +05:30
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
= paginate events, theme: "gitlab"
|