DTP Base provides a scalable and secure Node.js application development harness ready for production service.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
767 B

extends layout/main
block view-content
include task/components/grid
section.uk-section.uk-section-secondary.uk-section-small
.uk-container
div(uk-grid).uk-flex-between
.uk-width-auto
div sessions
.uk-text-large.uk-text-bold= formatCount(weeklyEarnings.sessionCount)
.uk-width-auto
div time worked
.uk-text-large.uk-text-bold= numeral(weeklyEarnings.duration).format('0:00:00')
.uk-width-auto
div billable
.uk-text-large.uk-text-bold= numeral(weeklyEarnings.billable).format('$0,0.00')
section.uk-section.uk-section-default
.uk-container
+renderTaskGrid(
taskGrid.pendingTasks,
taskGrid.activeTasks,
taskGrid.finishedTasks,
)