debian-mirror-gitlab/app/views/profiles/_event_table.html.haml
2015-11-26 14:37:03 +05:30

18 lines
369 B
Text

.table-holder
%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"