From 9f2abee00809dd53f2ec355b109affe023ad47e7 Mon Sep 17 00:00:00 2001 From: Andrea Stagi Date: Mon, 2 Feb 2015 15:05:12 +0100 Subject: [PATCH] Add tooltip for points per role --- .../common/estimation/us-estimation-points-per-role.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/partials/common/estimation/us-estimation-points-per-role.jade b/app/partials/common/estimation/us-estimation-points-per-role.jade index e905cf6b..7491d5a8 100644 --- a/app/partials/common/estimation/us-estimation-points-per-role.jade +++ b/app/partials/common/estimation/us-estimation-points-per-role.jade @@ -3,7 +3,7 @@ ul.points-per-role span.points <%- totalPoints %> span.role total <% _.each(roles, function(role) { %> - li(class!="total <% if(editable){ %>clickable<% } %>", data-role-id!="<%- role.id %>") + li(class!="total <% if(editable){ %>clickable<% } %>", data-role-id!="<%- role.id %>", title!="<%- role.name %>") span.points <%- role.points %> span.role <%- role.name %> <% }); %>