From f0e2bf4000bdcfa789d3715fe6ecfaa934007b69 Mon Sep 17 00:00:00 2001 From: Horilla Date: Sat, 31 Aug 2024 15:14:52 +0530 Subject: [PATCH] [FIX] RECRUITMENT: Design fix in recruitment card view --- .../candidate_kanban_components.html | 52 ++++++++++--------- 1 file changed, 27 insertions(+), 25 deletions(-) diff --git a/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html b/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html index 9b0ec1266..14bd0d06e 100644 --- a/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html +++ b/recruitment/templates/pipeline/kanban_components/candidate_kanban_components.html @@ -221,29 +221,31 @@ $("#stageCount{{stage.id}}").attr("title",'{{candidates.paginator.count}} {% trans "Candidates" %}') {% endfor %} - {% if candidates.number %} -
- -
+ {% if candidates.has_previous or candidates.has_next %} + {% if candidates.number %} +
+ +
+ {% endif %} {% endif %}