Merge pull request #1806 from betagouv/fix_1805_notice
[fix #1805] Notice: display notice only if needed
This commit is contained in:
commit
23bc67214a
1 changed files with 4 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
%h1= @dossier.procedure.libelle
|
||||
|
||||
.container
|
||||
- if @dossier.procedure.lien_notice.present?
|
||||
%p
|
||||
Pour vous aider à remplir votre dossier, vous pouvez consulter
|
||||
= link_to 'le guide de cette démarche', @dossier.procedure.lien_notice, { target: '_blank' }
|
||||
|
|
Loading…
Reference in a new issue