Skip to content
Snippets Groups Projects
Commit 36f0e623 authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Merge branch 'fix/ui/icons-structure-mon-compte' into 'dev'

fix(ui): Changes structure icons in "Mon compte"

See merge request !753
parents aa9763c1 a0433b66
No related branches found
No related tags found
2 merge requests!783V3.0.0,!753fix(ui): Changes structure icons in "Mon compte"
......@@ -88,18 +88,16 @@
</div>
<div class="sectionContent infoSection">
<div class="row">
<app-svg-icon [iconClass]="'icon-20'" [folder]="'ico'" [icon]="'address'" />
<p>{{ getAddress() }}</p>
<app-svg-icon [iconClass]="'icon-20'" [folder]="'tags'" [icon]="'address'" />
{{ getAddress() }}
</div>
<div *ngIf="structure.contactPhone" class="row">
<app-svg-icon [iconClass]="'icon-20'" [folder]="'ico'" [icon]="'phone'" />
<p>{{ structure.contactPhone | phone }}</p>
<app-svg-icon [iconClass]="'icon-20'" [folder]="'tags'" [icon]="'phone'" />
{{ structure.contactPhone | phone }}
</div>
<div *ngIf="structure.contactMail" class="row">
<app-svg-icon [iconClass]="'icon-20'" [folder]="'ico'" [icon]="'mail'" />
<a class="email" href="mailto:{{ structure.contactMail }}">
{{ structure.contactMail }}
</a>
<app-svg-icon [iconClass]="'icon-20'" [folder]="'tags'" [icon]="'mail'" />
<a href="mailto:{{ structure.contactMail }}">{{ structure.contactMail }}</a>
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment