Whitelist: links from mail to admin
This commit is contained in:
parent
fa2613c682
commit
202d0489a1
1 changed files with 2 additions and 1 deletions
|
@ -3,5 +3,6 @@
|
|||
%ul
|
||||
- @procedures_and_type_de_champs.each do |procedure, type_de_champs|
|
||||
%li
|
||||
Nº #{procedure.id}, #{procedure.libelle} :
|
||||
= link_to "Nº #{procedure.id},", manager_procedure_url(procedure)
|
||||
#{procedure.libelle} :
|
||||
%b= type_de_champs.map(&:libelle).join(', ')
|
||||
|
|
Loading…
Reference in a new issue