summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-05-16 11:28:26 +0200
committerTim Zallmann <tzallmann@gitlab.com>2017-05-16 11:28:26 +0200
commit1bd0667e57c19fb888b9fae92ddf154d91bafedd (patch)
tree0985d3a48621bf3a2ae844a2eaf830fb1886ae78
parent08cb44f653f63e088d784ba2d037038c2b65d7e7 (diff)
downloadgitlab-ce-30827-changes-to-audit-log.tar.gz
Fixed the declaration30827-changes-to-audit-log
-rw-r--r--app/views/profiles/_event_table.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/profiles/_event_table.html.haml b/app/views/profiles/_event_table.html.haml
index 9a075dec768..d0ad90ac6cc 100644
--- a/app/views/profiles/_event_table.html.haml
+++ b/app/views/profiles/_event_table.html.haml
@@ -9,7 +9,6 @@
Signed in with
= event.details[:with]
authentication
- %span.pull-right
- #{time_ago_with_tooltip(event.created_at)}
+ %span.pull-right= time_ago_with_tooltip(event.created_at)
= paginate events, theme: "gitlab"