[Library|Trunk]

Project landing: fix the link to direct linking --> link to results


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58409 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2020-04-06 09:17:31 +00:00
parent a8cbb7e963
commit c6b5f6f517
1 changed files with 9 additions and 10 deletions

View File

@ -510,18 +510,17 @@
uk-dropdown="mode:click">
<div class="uk-grid uk-child-width-1-3 uk-width-large ">
<div>
<a [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId, 'project','project'])"
<a [queryParams]="routerHelper.createQueryParams(['id','type','linkTo'],[projectId,
'project','result'])"
routerLinkActive="router-link-active" routerLink="/participate/direct-claim">
<button class="uk-icon-button portal-button">
<span class="uk-icon">
<svg height="20" icon="album" ratio="1" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
<rect height="1" width="10" x="5" y="2"></rect>
<rect height="1" width="14" x="3" y="4"></rect>
<rect fill="none" height="11" stroke="#000" width="17" x="1.5" y="6.5"></rect>
</svg>
</span>
<span class="uk-icon">
<svg height="20" icon="copy" ratio="1" viewBox="0 0 20 20" width="20"
xmlns="http://www.w3.org/2000/svg"><rect fill="none" height="16" stroke="#000"
width="12" x="3.5" y="2.5"></rect><polyline
fill="none" points="5 0.5 17.5 0.5 17.5 17" stroke="#000"></polyline></svg></span>
</button>
<div>Projects</div>
<div>Research results</div>
</a>
</div>
</div>
@ -738,4 +737,4 @@
<feedback *ngIf="projectInfo" [projectInfo]="projectInfo"
[properties]="properties" [entityType]="'project'" [title]="projectName" [fields]="feedbackFields"
[showForm]="showFeedback" (show)="showFeedback = $event"></feedback>
</div>
</div>