From 5996a8abcf12336586cee345180203dd1500c92f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Fri, 20 Apr 2018 15:18:30 -0700 Subject: Rewrite tooltips code without jQuery --- app/Template/project_list/project_icons.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/Template/project_list') diff --git a/app/Template/project_list/project_icons.php b/app/Template/project_list/project_icons.php index 348db367..b359bcfe 100644 --- a/app/Template/project_list/project_icons.php +++ b/app/Template/project_list/project_icons.php @@ -10,13 +10,11 @@ user->hasAccess('ProjectUserOverviewController', 'managers')): ?> -   + app->tooltipLink('', $this->url->href('ProjectUserOverviewController', 'users', array('project_id' => $project['id']))) ?> - - - + app->tooltipMarkdown($project['description']) ?> -- cgit v1.2.3