Skip to content
Snippets Groups Projects
Commit c7730121 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed failing rubocop test

parent cd1d045f
No related branches found
No related tags found
1 merge request!3063Edited timeago text on comments
Pipeline #
Loading
Loading
@@ -186,11 +186,11 @@ module ApplicationHelper
title: time.in_time_zone.to_s(:medium),
data: { toggle: 'tooltip', placement: placement, container: 'body' }
 
unless skip_js
element << javascript_tag(
"$('.js-timeago-pending').removeClass('js-timeago-pending').timeago()"
)
end
unless skip_js
element << javascript_tag(
"$('.js-timeago-pending').removeClass('js-timeago-pending').timeago()"
)
end
 
element
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment