2022-11-01 13:31:53 +01:00
|
|
|
.fr-col-6.fr-col-md-4.fr-col-lg-3
|
|
|
|
= link_to edit_admin_procedure_path(@procedure), id: 'presentation', class: 'fr-tile fr-enlarge-link' do
|
2023-07-28 17:19:47 +02:00
|
|
|
.fr-tile__body.flex.column.align-center.justify-between
|
2023-11-15 15:54:19 +01:00
|
|
|
%p.fr-badge.fr-badge--success Validé
|
2022-11-01 13:31:53 +01:00
|
|
|
%div
|
|
|
|
%h3.fr-h6.fr-mt-10v= t('.title')
|
|
|
|
%p.fr-tile-subtitle Logo, nom, description
|
|
|
|
%p.fr-btn.fr-btn--tertiary= t('views.shared.actions.edit')
|