2022-11-01 13:31:53 +01:00
|
|
|
.fr-col-6.fr-col-md-4.fr-col-lg-3
|
|
|
|
= link_to admin_procedure_mail_templates_path(@procedure), class: 'fr-tile fr-enlarge-link' 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
|
|
|
%div
|
2022-11-02 10:03:10 +01:00
|
|
|
- if error_messages.present?
|
2023-11-15 15:54:19 +01:00
|
|
|
%p.fr-badge.fr-badge--warning À modifier
|
2022-12-08 16:07:06 +01:00
|
|
|
- elsif fully_customized?
|
2023-11-15 15:54:19 +01:00
|
|
|
%p.fr-badge.fr-badge--success Validé
|
2022-11-02 10:03:10 +01:00
|
|
|
- else
|
2023-11-15 15:54:19 +01:00
|
|
|
%p.fr-badge.fr-badge--info À configurer
|
2022-11-01 13:31:53 +01:00
|
|
|
%div
|
2022-12-08 16:07:06 +01:00
|
|
|
.line-count.fr-my-1w
|
|
|
|
%p.fr-tag= customized_progress
|
|
|
|
|
|
|
|
%h3.fr-h6= t('.title')
|
2022-11-01 13:31:53 +01:00
|
|
|
%p.fr-tile-subtitle Notifications automatiques
|
|
|
|
%p.fr-btn.fr-btn--tertiary= t('views.shared.actions.edit')
|