[ADD] RECRUITMENT: Resume shortlisting to recruitment pipeline
This commit is contained in:
@@ -42,10 +42,7 @@
|
||||
style="font-weight: bold"
|
||||
id="mobileMenu"
|
||||
>
|
||||
|
||||
|
||||
<ul class="oh-inner-sidebar__items">
|
||||
|
||||
<li class="oh-inner-sidebar__item">
|
||||
<div class="oh-accordion ms-2">
|
||||
<div class="oh-accordion-header" style="font-size:16px;">
|
||||
@@ -179,7 +176,6 @@
|
||||
>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -199,13 +195,23 @@
|
||||
<div class="oh-input-group">
|
||||
{% if perms.recruitment.view_rejectreason %}
|
||||
<a
|
||||
id="jobRole"
|
||||
id="candidateRejectReasons"
|
||||
href="{% url 'candidate-reject-reasons' %}"
|
||||
class="oh-inner-sidebar__link oh-dropdown__link"
|
||||
>{% trans "Candidate Reject Reason" %}</a
|
||||
>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="oh-input-group">
|
||||
{% if perms.recruitment.add_recruitment %}
|
||||
<a
|
||||
id="skills"
|
||||
href="{% url 'skills-view' %}"
|
||||
class="oh-inner-sidebar__link oh-dropdown__link"
|
||||
>{% trans "Skills" %}</a
|
||||
>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user