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

16 lines
375 B
Plaintext
Raw Normal View History

2016-03-01 09:11:46 +00: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
%span.pull-right
#{time_ago_in_words event.created_at} ago
2015-10-19 09:19:45 +00:00
2015-07-03 11:54:50 +00:00
= paginate events, theme: "gitlab"