debian-mirror-gitlab/app/views/profiles/_event_table.html.haml
2015-09-11 14:41:01 +05:30

17 lines
327 B
Text

%table.table#audits
%thead
%tr
%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
= paginate events, theme: "gitlab"