Skip to content

Commit

Permalink
ads list: better style
Browse files Browse the repository at this point in the history
  • Loading branch information
brmzkw committed Feb 9, 2025
1 parent cba0587 commit 181f433
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mesads/templates/webpack/pages/ads_register/ads_manager.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ <h6>Filtrer les ADS</h6>
<th>🌆 Commune</th>
{% endif %}
<th>♯ ADS</th>
<th>📜 Date de création</th>
<th>🗓 Date d'attribution<br />au titulaire actuel</th>
<th>🚑 Conventionné<br />CPAM ?</th>
<th>📜 Date<br />de création</th>
<th>🗓 Date<br />d'attribution<br />au titulaire<br />actuel</th>
<th>🚑 Conv.<br />CPAM ?</th>
<th>🤴 Titulaire</th>
<th>🔎 Action</th>
</thead>
Expand All @@ -131,7 +131,7 @@ <h6>Filtrer les ADS</h6>
<td>{{ ads.ads_creation_date|date:"d/m/Y"|default:"" }}</td>
<td>{{ ads.attribution_date|date:"d/m/Y"|default:"" }}</td>
<td>{% if ads.accepted_cpam is None %}⁉️ Inconnu{% elif ads.accepted_cpam is True %}👍 Oui{% else %}❌ Non{% endif %}</td>
<td>{{ ads.owner_name }}</td>
<td style="max-width: 300px; overflow: hidden; text-overflow: ellipsis;">{{ ads.owner_name }}</td>
<td>
<a class="fr-btn fr-btn--sm" href="{% url 'app.ads.detail' manager_id=ads_manager.id ads_id=ads.id %}">Consulter ou Modifier</a>
</td>
Expand Down

0 comments on commit 181f433

Please sign in to comment.