show published_at only if exist

This commit is contained in:
Christophe Robillard 2023-02-24 17:45:01 +01:00
parent 1d6c2fd7eb
commit 4e8a6f6b11

View file

@ -11,7 +11,7 @@
%td= procedure.estimated_dossiers_count
%td= procedure.administrateurs.count
%td= t procedure.aasm_state, scope: 'activerecord.attributes.procedure.aasm_state'
%td= l(procedure.published_at, format: :message_date_without_time)
%td= l(procedure.published_at, format: :message_date_without_time) if procedure.published_at
%td= link_to('Cloner', admin_procedure_clone_path(procedure.id, from_new_from_existing: true), 'data-method' => :put, class: 'fr-btn fr-btn--tertiary fr-btn--sm')