2022-11-01 13:31:53 +01:00
|
|
|
.fr-col-6.fr-col-md-4.fr-col-lg-3
|
|
|
|
= link_to champs_admin_procedure_path(@procedure), class: 'fr-tile fr-enlarge-link', title: error_messages do
|
2023-07-28 17:19:47 +02:00
|
|
|
.fr-tile__body.flex.column.align-center.justify-between
|
2022-11-01 13:31:53 +01:00
|
|
|
- if error_messages.present?
|
2023-11-28 13:53:43 +01:00
|
|
|
%p.fr-badge.fr-badge--error À modifier
|
2022-11-01 13:31:53 +01:00
|
|
|
- elsif @count == 0
|
2023-11-15 15:54:19 +01:00
|
|
|
%p.fr-badge.fr-badge--warning À faire
|
2022-11-01 13:31:53 +01:00
|
|
|
- else
|
2023-11-15 15:54:19 +01:00
|
|
|
%p.fr-badge.fr-badge--success Validé
|
2022-10-14 16:55:29 +02:00
|
|
|
%div
|
2022-11-01 13:31:53 +01:00
|
|
|
.line-count.fr-my-1w
|
|
|
|
%p.fr-tag= @count
|
2022-11-21 15:41:45 +01:00
|
|
|
|
2022-11-01 13:31:53 +01:00
|
|
|
%h3.fr-h6
|
|
|
|
= t('.title')
|
|
|
|
%p.fr-tile-subtitle À remplir par les usagers
|
|
|
|
%p.fr-btn.fr-btn--tertiary= t('views.shared.actions.edit')
|