Merge pull request #1845 from betagouv/fix_1826_add_contact_link_to_library
[fix #1826] Library: add contact link
This commit is contained in:
commit
0cd207d461
1 changed files with 2 additions and 0 deletions
|
@ -19,3 +19,5 @@
|
|||
= link_to('Consulter', commencer_path(procedure_path: procedure.path), target: "_blank")
|
||||
%td
|
||||
= link_to('Cloner', admin_procedure_clone_path(procedure.id, from_new_from_existing: true), 'data-method' => :put, class: 'btn-sm btn-primary clone-btn')
|
||||
%td{ style: 'padding-left: 10px;' }
|
||||
= link_to('Contacter', "mailto:#{procedure.administrateur.email}")
|
||||
|
|
Loading…
Reference in a new issue