gitlab-org--gitlab-foss/app/views/ci/events/index.html.haml
2015-08-25 18:42:46 -07:00

19 lines
No EOL
308 B
Text

%h3.page-title Events
%table.table
%thead
%tr
%th User ID
%th Description
%th When
- @events.each do |event|
%tr
%td
= event.user_id
%td
= event.description
%td.light
= time_ago_in_words event.updated_at
ago
= paginate @events