summaryrefslogtreecommitdiff
path: root/app/views/ci/events/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/ci/events/index.html.haml')
-rw-r--r--app/views/ci/events/index.html.haml20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/views/ci/events/index.html.haml b/app/views/ci/events/index.html.haml
deleted file mode 100644
index 9824e85b1af..00000000000
--- a/app/views/ci/events/index.html.haml
+++ /dev/null
@@ -1,20 +0,0 @@
-%h3.page-title Events
-
-.table-holder
- %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