debian-mirror-gitlab/app/views/profiles/_event_table.html.haml
2017-09-10 17:25:29 +05:30

15 lines
366 B
Text

%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_with_tooltip(event.created_at)
= paginate events, theme: "gitlab"