Commit 114f03d0 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

Merge branch '3-links-in-supporting-resources-in-rfs-do-not-work' into 'develop'

Resolve "Links in Supporting resources in RFS do not work"

See merge request !5
parents 6db1857f 6fc97074
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@
                                            There are not any Supporting Resources allocated.
                                        </div>
                                        <p *ngFor="let resource of service?.supportingResource" class="mb-2">
                                            <a *ngIf="resource.id" routerLink='/resources/resource_inventory/{{resource.id}}'>{{resource.name}}</a>
                                            <a *ngIf="resource.id" routerLink='/resources/resource/{{resource.id}}'>{{resource.name}}</a>
                                            <span *ngIf="!resource.id">{{resource.name}}</span>
                                        </p>
                                    </div>