taiga-front/app/partials/common/estimation/lb-us-estimation-points-per...

10 lines
255 B
Plaintext

ul.points-per-role
li.total
span.points <%- totalPoints %>
span.role total
<% _.each(roles, function(role) { %>
li.total.clickable(data-role-id!="<%- role.id %>")
span.points <%- role.points %>
span.role <%- role.name %>
<% }); %>