Skip to content

Commit

Permalink
Merge pull request sonatype-nexus-community#82 from ind1go:titles-in-…
Browse files Browse the repository at this point in the history
…versions

GitOrigin-RevId: cef6d073e911ef457c2de08eaee93550052dd0b3
  • Loading branch information
DarthHater committed Sep 5, 2019
2 parents 03f1d3b + 874dc73 commit 137ec9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/artifacts/artifacts.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<div class="latest">
<a
[routerLink]="['/artifact', row.g, row.a, (row.v && !row.latestVersion ? row.v :row.latestVersion), row.p]"
title="&lrm; {{ (row.v && !row.latestVersion ? row.v :row.latestVersion) }}"
(click)="$event.stopPropagation()">&lrm;
{{ (row.v && !row.latestVersion ? row.v :row.latestVersion) }}
</a>
Expand Down

0 comments on commit 137ec9b

Please sign in to comment.