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

UI fixes for events table

parent ba8e9fac
...@@ -2,28 +2,18 @@ ...@@ -2,28 +2,18 @@
%table.table#audits %table.table#audits
%thead %thead
%tr %tr
%th
%th
%th Author %th Author
%th
%th
%th Action %th Action
%th
%th Target %th Target
%th
%th At %th At
%tbody %tbody
- events.each do |event| - events.each do |event|
%tr %tr
%td
%td
%td #{event.author_name} %td #{event.author_name}
%td %td
%td %span
%td #{raw human_text(event.details)} #{raw human_text(event.details)}
%td
%td #{event.details[:target_details]} %td #{event.details[:target_details]}
%td
%td #{event.created_at} %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