gitlab-org--gitlab-foss/app/views/profiles/_event_table.html.haml

15 lines
366 B
Plaintext
Raw Normal View History

2016-03-01 04:11:46 -05:00
%h5.prepend-top-0
History of authentications
%ul.well-list
- events.each do |event|
%li
%span.description
= audit_icon(event.details[:with], class: "append-right-5")
Signed in with
= event.details[:with]
authentication
2017-05-16 08:54:57 -04:00
%span.pull-right= time_ago_with_tooltip(event.created_at)
2015-10-19 05:19:45 -04:00
2015-07-03 07:54:50 -04:00
= paginate events, theme: "gitlab"