taiga-front/app/partials/common/estimation/us-estimation-total.jade

6 lines
234 B
Plaintext

a.us-points(href="", title!="<%= title %>", class!="<% if (!editable) { %>not-clickable<% } %>")
span.points-value <%= text %>
<% if (editable) { %>
span.icon.icon-arrow-bottom(tg-check-permission="modify_us")
<% } %>