summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-18 11:18:25 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-08-31 11:20:48 -0500
commiteba024366bdaa2d2645857fcb404ad0468b782fa (patch)
treebb976b9e379e1b61bfcb64326936f5789d0ae023 /app/views/events
parent08ab410f223ef937822cbd647750e18ab69ed669 (diff)
downloadgitlab-ce-eba024366bdaa2d2645857fcb404ad0468b782fa.tar.gz
Remove redundant js-timeago-pending from user activity log
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/_event.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event.html.haml b/app/views/events/_event.html.haml
index 5c318cd3b8b..31fdcc5e21b 100644
--- a/app/views/events/_event.html.haml
+++ b/app/views/events/_event.html.haml
@@ -1,7 +1,7 @@
- if event.visible_to_user?(current_user)
.event-item{ class: event_row_class(event) }
.event-item-timestamp
- #{time_ago_with_tooltip(event.created_at)}
+ #{time_ago_with_tooltip(event.created_at, skip_js: true)}
= cache [event, current_application_settings, "v2.2"] do
= author_avatar(event, size: 40)