Fix tooltip display in list views

This commit is contained in:
Drew Blessing 2015-09-14 08:45:16 -05:00
parent d3f5df2bba
commit 539f30ddcf
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ module ApplicationHelper
class: "#{html_class} js-timeago",
datetime: time.getutc.iso8601,
title: time.in_time_zone.stamp('Aug 21, 2011 9:23pm'),
data: { toggle: 'tooltip', placement: placement }
data: { toggle: 'tooltip', placement: placement, container: 'body' }
element += javascript_tag "$('.js-timeago').timeago()" unless skip_js