|
13 | 13 |
|
14 | 14 | <% dossiers_by_notification_type.each do |notification_type, dossiers| %> |
15 | 15 | <div class="flex align-start fr-mt-1w notification-container-type"> |
16 | | - <div class="fr-col-3 fr-pr-1w notification-badge"> |
| 16 | + <div class="fr-col-6 fr-col-sm-3 fr-pr-1w notification-badge"> |
17 | 17 | <%= tag_notification(notification_type, generic: true) %> |
18 | 18 | </div> |
19 | 19 |
|
20 | | - <ul class="fr-col-9 flex wrap notification-dossiers"> |
21 | | - <% dossiers.each_with_index do |dossier, dossier_index| %> |
22 | | - <li class="flex align-center notification-dossier"> |
23 | | - <% if statut != 'supprimes' %> |
24 | | - <%= link_to dossier.id, instructeur_dossier_path(procedure_id, dossier.id), class: "notification-dossier-contenu fr-link" %> |
25 | | - <% else %> |
26 | | - <span class="notification-dossier-contenu"> |
27 | | - <%= dossier.id %> |
| 20 | + <div class="fr-col-6 fr-col-sm-9 flex"> |
| 21 | + <ul class="flex wrap notification-dossiers"> |
| 22 | + <% dossiers.each_with_index do |dossier, dossier_index| %> |
| 23 | + <li class="flex align-start notification-dossier"> |
| 24 | + <% if statut != 'supprimes' %> |
| 25 | + <%= link_to dossier.id, instructeur_dossier_path(procedure_id, dossier.id), class: "notification-dossier-contenu fr-link" %> |
| 26 | + <% else %> |
| 27 | + <span class="notification-dossier-contenu"> |
| 28 | + <%= dossier.id %> |
| 29 | + </span> |
| 30 | + <% end %> |
| 31 | + |
| 32 | + <span class="notification-dossier-contenu fr-ml-1w"> |
| 33 | + <%= dossier.owner_name %> |
28 | 34 | </span> |
29 | | - <% end %> |
30 | | - <span class="notification-dossier-contenu fr-ml-1w"> |
31 | | - <%= dossier.owner_name %> |
32 | | - </span> |
33 | | - </li> |
34 | | - <% end %> |
35 | | - </ul> |
36 | | - <span class="fr-text--sm fr-text--bold notification-indicator"></span> |
| 35 | + </li> |
| 36 | + <% end %> |
| 37 | + |
| 38 | + <li class="fr-text--sm notification-indicator"></li> |
| 39 | + </ul> |
| 40 | + </div> |
37 | 41 | </div> |
38 | 42 | <% end %> |
39 | 43 | <% end %> |
|
0 commit comments