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

10 lines
315 B
Plaintext

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