Add tooltip for points per role
parent
8cacf4e824
commit
9f2abee008
|
@ -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 %>
|
||||
<% }); %>
|
||||
|
|
Loading…
Reference in New Issue