add 'pas' on the link title
This commit is contained in:
parent
eadd84bfb4
commit
2d19444b93
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@
|
||||||
|
|
||||||
.container
|
.container
|
||||||
- if !@dossier.read_only?
|
- if !@dossier.read_only?
|
||||||
= link_to t('views.users.dossiers.demande.edit_dossier'), modifier_dossier_path(@dossier), class: 'button accepted edit-form', 'title'=> "Vous pouvez modifier votre dossier tant qu'il n'est passé en instruction"
|
= link_to t('views.users.dossiers.demande.edit_dossier'), modifier_dossier_path(@dossier), class: 'button accepted edit-form', title: "Modifier mon dossier tant qu'il n'est pas passé en instruction"
|
||||||
.clearfix
|
.clearfix
|
||||||
|
|
Loading…
Reference in a new issue