Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Dec 12, 2024
1 parent fc24b0e commit 2d161d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions itou/templates/apply/includes/siae_actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2 class="visually-hidden">Actions rapides</h2>
class="btn btn-lg btn-outline-white btn-block btn-ico justify-content-center"
disabled
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-placement="down"
data-bs-title="Seules les candidatures au statut “Nouvelle”, “A l’étude” et “En attente” peuvent être déclinées.">
<i class="ri-close-line" aria-hidden="true"></i>
<span>Décliner</span>
Expand All @@ -31,7 +31,7 @@ <h2 class="visually-hidden">Actions rapides</h2>
class="btn btn-lg btn-link-white btn-block btn-ico"
disabled
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-placement="down"
data-bs-title="Seules les candidatures au statut “Nouvelle” et “A l’étude” peuvent être mises en liste d’attente.">
<i class="ri-history-line fw-medium" aria-hidden="true"></i>
<span>Mettre en liste d'attente</span>
Expand All @@ -50,7 +50,7 @@ <h2 class="visually-hidden">Actions rapides</h2>
class="btn btn-lg btn-outline-white btn-block btn-ico"
disabled
data-bs-toggle="tooltip"
data-bs-placement="top"
data-bs-placement="down"
data-bs-title="Seules les candidatures au statut “Déclinée” peuvent être archivées.">
<i class="ri-archive-line fw-medium" aria-hidden="true"></i>
<span>Archiver</span>
Expand Down
2 changes: 1 addition & 1 deletion itou/templates/apply/list_for_siae.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
</p>
<p>Les demandes rétroactives ne sont pas autorisées.</p>
{% endif %}
{% include "apply/includes/siae_actions.html" with show=False %}
{% endblock %}

{% block content %}
{% include "apply/includes/job_applications_filters/offcanvas.html" %}
<section class="s-section">
<div class="s-section__container container">
{% include "apply/includes/job_applications_filters/top_filters.html" %}
{% include "apply/includes/siae_actions.html" with show=False %}
<div class="s-section__row row">
<div class="col-12">
<div class="d-flex flex-column flex-md-row align-items-md-center mb-3 mb-md-4 hide-on-selection">
Expand Down

0 comments on commit 2d161d7

Please sign in to comment.