From 8aca56836b4f857e3f0b4ddd020579f555f436a7 Mon Sep 17 00:00:00 2001 From: Shreya Date: Tue, 16 Oct 2018 12:00:46 +0530 Subject: [PATCH] fix(margin): Make user avatar display in line --- .../templates/includes/projects/project_timesheets.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/erpnext/templates/includes/projects/project_timesheets.html b/erpnext/templates/includes/projects/project_timesheets.html index 66f47713d2..fb3806cd98 100644 --- a/erpnext/templates/includes/projects/project_timesheets.html +++ b/erpnext/templates/includes/projects/project_timesheets.html @@ -2,16 +2,16 @@
-
+
{{ timesheet.info.name }}
{{ _("From") }} {{ frappe.format_date(timesheet.from_time) }} {{ _("to") }} {{ frappe.format_date(timesheet.to_time) }}
-
- +
+
-
+
{{ timesheet.info.comment_count }}