Skip to content

Commit

Permalink
Change 'Apply for a candidate' link
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenKorr committed Sep 12, 2024
1 parent 42f7442 commit babf317
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion itou/templates/apply/includes/list_job_applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</i>
</p>
{% if job_applications_list_kind is JobApplicationsListKind.SENT %}
<a href="{% url 'search:employers_home' %}" class="btn btn-outline-primary btn-ico w-100 w-md-auto justify-content-center">
<a href="{% url 'search:employers_results' %}" class="btn btn-outline-primary btn-ico w-100 w-md-auto justify-content-center">
<i class="ri-user-follow-line ri-lg font-weight-normal"></i>
<span>Postuler pour un candidat</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion itou/templates/apply/list_prescriptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% include "apply/includes/list_job_applications_title.html" %}
<div class="d-flex flex-column flex-md-row gap-3" role="group" aria-label="Actions sur les candidatures">
{% include "apply/includes/job_applications_export_button.html" %}
<a href="{% url 'search:employers_home' %}" class="btn btn-lg btn-primary btn-ico">
<a href="{% url 'search:employers_results' %}" class="btn btn-lg btn-primary btn-ico">
<i class="ri-draft-line font-weight-medium" aria-hidden="true"></i>
<span>Postuler pour un candidat</span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<span class="badge badge-sm rounded-pill bg-important float-end">Nouveau</span>
</div>
<div class="px-3 px-lg-4">
<a href="{% url "search:employers_home" %}" class="btn btn-outline-primary btn-block btn-ico mb-3">
<a href="{% url "search:employers_results" %}" class="btn btn-outline-primary btn-block btn-ico mb-3">
<i class="ri-draft-line ri-lg font-weight-normal"></i>
<span>Postuler pour un candidat</span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</a>
<ul class="list-unstyled mb-lg-5">
<li class="d-flex justify-content-between align-items-center mb-3">
<a href="{% url 'search:employers_home' %}" class="btn-link btn-ico">
<a href="{% url 'search:employers_results' %}" class="btn-link btn-ico">
<i class="ri-draft-line ri-lg font-weight-normal"></i>
<span>Postuler pour un candidat</span>
</a>
Expand Down

0 comments on commit babf317

Please sign in to comment.