From e0488ed18295e2460d6204ca435f996fcbc8d509 Mon Sep 17 00:00:00 2001 From: Horilla Date: Fri, 10 May 2024 12:04:23 +0530 Subject: [PATCH] [UPDT] RECRUITMENT : Dashboard empty page issue and design breake issue in onboarding task chart --- .../templates/dashboard/dashboard.html | 33 ++++++++++++++----- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/recruitment/templates/dashboard/dashboard.html b/recruitment/templates/dashboard/dashboard.html index 3c5c419a7..41f4130b8 100644 --- a/recruitment/templates/dashboard/dashboard.html +++ b/recruitment/templates/dashboard/dashboard.html @@ -242,16 +242,31 @@
{% if request.user|is_in_task_managers %} -
+
+ {% else %} +
-
+ > +
+ {% trans "My Onboarding Tasks" %} +
+ +

{% trans "No onboarding tasks are currently available." %}

+
+
+
{% endif %} + +
@@ -268,7 +283,7 @@ {% if stage_chart_count %} {% else %} -
+

{% trans "No recruitment stages currently available." %}