Skip to content

Commit

Permalink
fix(ui): artifact link from sidebar (#3202)
Browse files Browse the repository at this point in the history
close #3197
Signed-off-by: Benjamin Coenen <benjamin.coenen@corp.ovh.com>
  • Loading branch information
bnjjj authored and yesnault committed Aug 14, 2018
1 parent a06b759 commit eaf1cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h3 class="ui header ml5">
</div>
<div class="item padding" *ngIf="currentWorkflowNodeRun.artifacts">
<div class="content pointing"
[routerLink]="['/project', project.key, 'workflow', workflow.name, 'run', currentWorkflowRun.number, 'node', currentWorkflowNodeRun.id]"
[routerLink]="['/project', project.key, 'workflow', workflow.name, 'run', currentWorkflowRun.num, 'node', currentWorkflowNodeRun.id]"
[queryParams]="{name: node.name, tab: 'artifact'}"
[title]="'common_artifacts' | translate">
<div>
Expand Down

0 comments on commit eaf1cda

Please sign in to comment.