Commit 27e75a13 authored by Marin Jankovski's avatar Marin Jankovski

UI fixes for events table

parent ba8e9fac
......@@ -2,28 +2,18 @@
%table.table#audits
%thead
%tr
%th
%th
%th Author
%th
%th
%th Action
%th
%th Target
%th
%th At
%tbody
- events.each do |event|
%tr
%td
%td
%td #{event.author_name}
%td
%td
%td #{raw human_text(event.details)}
%td
%span
#{raw human_text(event.details)}
%td #{event.details[:target_details]}
%td
%td #{event.created_at}
= paginate events
= paginate events, theme: "gitlab"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment