diff --git a/erpnext/templates/pages/projects.html b/erpnext/templates/pages/projects.html index cfe1cc8ff6..9fe4338477 100644 --- a/erpnext/templates/pages/projects.html +++ b/erpnext/templates/pages/projects.html @@ -33,13 +33,13 @@
{{ _("No Tasks") }}
+ {{ empty_state('Task')}} {% endif %} - {% if doc.timesheets %}{{ _("No Timesheets") }}
+ {{ empty_state('Timesheet')}} {% endif %} {% if doc.attachments %} @@ -121,7 +121,21 @@ aria-valuemax="100" style="width:{{ percent_complete|round|int }}%;">You haven't created a {{ section_name }} yet
+