Fix print page crasher

A partial was renamed in #937 but the renaming
was not reflected in this template
This commit is contained in:
gregoirenovel 2017-11-29 11:38:14 +01:00
parent 1d2c409cd2
commit 2c901efbb1

View file

@ -91,7 +91,7 @@
- @dossier.commentaires.each do |commentaire|
%tr
%th
= render partial: 'commentaire_issuer', locals: { commentaire: commentaire, current_gestionnaire: current_gestionnaire }
= render partial: 'new_gestionnaire/shared/commentaires/commentaire_issuer', locals: { commentaire: commentaire, current_gestionnaire: current_gestionnaire }
- if ![current_gestionnaire.email, @dossier.user.email, 'contact@tps.apientreprise.fr'].include?(commentaire.email)
(invité)
%br