Skip to content
Snippets Groups Projects
Commit eef433ac authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: broken link

parent 9facb158
No related branches found
No related tags found
2 merge requests!178release V1.10.0,!111Dev
......@@ -28,7 +28,7 @@
<div class="structureCard" *ngFor="let s of structures; let i = index">
<div class="structureInfo" fxLayout="column" fxLayoutGap="14px">
<div fxLayout="row" fxLayoutAlign="space-between start" fxLayoutGap="20px">
<a class="structureName" routerLink="/home" [state]="{ data: s.structure }">{{
<a class="structureName" routerLink="/acteurs" [state]="{ data: s.structure }">{{
s.structure.structureName
}}</a>
<app-structure-options-modal [structure]="s" (closed)="ngOnInit()"></app-structure-options-modal>
......
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