Gestionnaire: move follow_dossier_path to follow_gestionnaire_dossier_path
This commit is contained in:
parent
a416efc49a
commit
b07516c41d
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
- if dossier.en_construction_ou_instruction?
|
- if dossier.en_construction_ou_instruction?
|
||||||
- if dossier_is_followed
|
- if dossier_is_followed
|
||||||
= link_to unfollow_dossier_path(procedure, dossier), method: :patch, class: 'button' do
|
= link_to unfollow_gestionnaire_dossier_path(procedure, dossier), method: :patch, class: 'button' do
|
||||||
%span.icon.unfollow>
|
%span.icon.unfollow>
|
||||||
Ne plus suivre
|
Ne plus suivre
|
||||||
- else
|
- else
|
||||||
= link_to follow_dossier_path(procedure, dossier), method: :patch, class: 'button' do
|
= link_to follow_gestionnaire_dossier_path(procedure, dossier), method: :patch, class: 'button' do
|
||||||
%span.icon.follow>
|
%span.icon.follow>
|
||||||
Suivre le dossier
|
Suivre le dossier
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue