Skip to content
Snippets Groups Projects
Commit 16e55b5d authored by Mathieu Ponton's avatar Mathieu Ponton
Browse files

Merge branch '506-retours-recette-v3-carto' into 'dev'

fix(carto): "acessible PMR" now shown as a tag

See merge request !750
parents 5cd60e77 7bbb79e4
No related branches found
No related tags found
2 merge requests!783V3.0.0,!750fix(carto): "acessible PMR" now shown as a tag
......@@ -187,8 +187,14 @@
[size]="'small'"
[clickable]="false"
/>
<app-tag-item
*ngIf="structure.pmrAccess"
label="Accessible aux personnes à mobilité réduite"
size="small"
color="red"
[clickable]="false"
/>
</div>
<p *ngIf="structure.pmrAccess">Accessible aux personnes à mobilité réduite</p>
<p *ngIf="structure.remoteAccompaniment">Accompagnement à distance</p>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment