parent
a20e658cdb
commit
f1838f3767
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
= "- Déposé le #{l(dossier.en_construction_at, format: '%d %B %Y')}"
|
||||
|
||||
- if current_user.owns?(dossier)
|
||||
= link_to "Modifier mon dossier", modifier_dossier_path(dossier.id), class: 'button accepted edit-form', 'title'=> "Vous pouvez modifier votre dossier tant qu'il n'est passé en instruction"
|
||||
- if dossier.can_be_updated_by_user?
|
||||
= link_to "Modifier mon dossier", modifier_dossier_path(dossier.id), class: 'button accepted edit-form', 'title'=> "Vous pouvez modifier votre dossier tant qu'il n'est passé en instruction"
|
||||
= render partial: 'invites/dropdown', locals: { dossier: dossier }
|
||||
.clearfix
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue