Add action button for follow and archive
This commit is contained in:
parent
feda7213f9
commit
4e526c5fa9
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
= "Dossier nº #{dossier.id}"
|
= "Dossier nº #{dossier.id}"
|
||||||
%div
|
%div
|
||||||
= render partial: "state_button", locals: { dossier: dossier }
|
= render partial: "state_button", locals: { dossier: dossier }
|
||||||
|
= render partial: "new_gestionnaire/procedures/dossier_actions", locals: { procedure: dossier.procedure, dossier: dossier, dossier_is_followed: current_gestionnaire&.follow?(dossier) }
|
||||||
%ul.tabs
|
%ul.tabs
|
||||||
- notifications_summary = dossier.notifications_summary
|
- notifications_summary = dossier.notifications_summary
|
||||||
%li{ class: current_page?(dossier_path(dossier.procedure, dossier)) ? 'active' : nil }
|
%li{ class: current_page?(dossier_path(dossier.procedure, dossier)) ? 'active' : nil }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue