Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
27e75a13
Commit
27e75a13
authored
Dec 01, 2014
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI fixes for events table
parent
ba8e9fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
app/views/audit_events/_event_table.html.haml
app/views/audit_events/_event_table.html.haml
+3
-13
No files found.
app/views/audit_events/_event_table.html.haml
View file @
27e75a13
...
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment