debian-mirror-gitlab/app/views/profiles/_event_table.html.haml

18 lines
369 B
Text
Raw Normal View History

2015-11-26 14:37:03 +05:30
.table-holder
%table.table#audits
%thead
2015-09-11 14:41:01 +05:30
%tr
2015-11-26 14:37:03 +05:30
%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
2015-09-11 14:41:01 +05:30
= paginate events, theme: "gitlab"