taiga-front/app/partials/views/components/summary.jade

24 lines
834 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

div.summary
div.summary-progress-bar
div.current-progress
div.data
span.number(tg-bind-html="stats.completedPercentage")
span.placeholderx ͿͿ%
ul
li
span.number(tg-bind-html="stats.total_points")
span.placeholderx ͿͿͿ
span.description project<br />points
li
span.number(tg-bind-html="stats.defined_points")
span.placeholderx ͿͿͿ
span.description defined<br />points
li
span.number(tg-bind-html="stats.assigned_points")
span.placeholderx ͿͿͿ
span.description assigned<br />points
li
span.number(tg-bind-html="stats.closed_points")
span.placeholderx ͿͿ %
span.description closed<br />points