From 1bd0667e57c19fb888b9fae92ddf154d91bafedd Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Tue, 16 May 2017 11:28:26 +0200 Subject: Fixed the declaration --- app/views/profiles/_event_table.html.haml | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.1