diff --git a/core/templates/core/work_history.html b/core/templates/core/work_history.html index 0122aa1..adc4ed5 100644 --- a/core/templates/core/work_history.html +++ b/core/templates/core/work_history.html @@ -211,8 +211,7 @@ {# === Day Detail Panel === #} - {# Hidden by default. Click day cells to select them (multi-select supported). - The panel shows combined details for all selected days with totals. #} + {# Hidden by default. Click day cells to select them — shows combined details with totals. #}
@@ -602,8 +601,7 @@ {{ log.date }} {{ log.project.name }} - {# When filtering by a specific worker, show only that worker. - Otherwise show all workers on this log. #} + {# When filtering by a specific worker, show only that worker. Otherwise show all workers. #} {% if filtered_worker_obj %} {{ filtered_worker_obj.name }} {% else %} @@ -630,8 +628,7 @@ {% if is_admin %} - {# Daily cost — when filtering by worker show that worker's rate, - otherwise show the total for all workers on the log #} + {# Daily cost — worker's rate when filtered, otherwise total for all workers #} {% if filtered_worker_obj %} R {{ filtered_worker_obj.daily_rate }} {% else %}