diff --git a/app/partials/us/us-task-progress.jade b/app/partials/us/us-task-progress.jade index 804b154c..8ced2ed5 100644 --- a/app/partials/us/us-task-progress.jade +++ b/app/partials/us/us-task-progress.jade @@ -1,3 +1,3 @@ .current-progress(style!='width:<%- progress %>%') - span.tasks-completed - | <%- totalClosedTasks %>/<%- totalTasks %> tasks completed \ No newline at end of file +div.tasks-completed + | <%- totalClosedTasks %>/<%- totalTasks %> tasks completed \ No newline at end of file