Fixing project home

stable
Alejandro Alonso 2015-05-14 11:28:09 +02:00
parent c516761dfa
commit 129a42d763
1 changed files with 9 additions and 8 deletions

View File

@ -6,17 +6,18 @@ div.wrapper(ng-controller="ProjectController as ctrl")
span.green(tg-bo-bind="project.name", class="project-name")
div.summary
div.summary-stats
span.info-num(tg-bo-bind="stats.total_points")
span.info-text(translate="PROJECT.STATS")
span.number(ng-bind="stats.total_points") --
span.description(translate="BACKLOG.SUMMARY.PROJECT_POINTS")
div.summary-stats
span.info-num(tg-bo-bind="stats.defined_points")
span.info-text(translate="PROJECT.DEFINED")
span.number(ng-bind="stats.defined_points") --
span.description(translate="BACKLOG.SUMMARY.DEFINED_POINTS")
div.summary-stats
span.info-num(tg-bo-bind="stats.assigned_points")
span.info-text(translate="PROJECT.ASSIGNED")
span.number(ng-bind="stats.closed_points") --
span.description(translate="BACKLOG.SUMMARY.CLOSED_POINTS")
div.summary-stats
span.info-num(tg-bo-bind="stats.closed_points")
span.info-text(translate="PROJECT.CLOSED")
span.number(ng-bind="stats.speed | number:0") --
span.description(translate="BACKLOG.SUMMARY.POINTS_PER_SPRINT")
div.project-data-container
p.description(tg-bo-bind="project.description")
ul