Merge pull request #1845 from betagouv/fix_1826_add_contact_link_to_library

[fix #1826] Library: add contact link
This commit is contained in:
Frederic Merizen 2018-04-17 12:04:58 +02:00 committed by GitHub
commit 0cd207d461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}")