Skip to content

Commit

Permalink
Merge pull request #953 from petere/JENKINS-19753-view-link
Browse files Browse the repository at this point in the history
[FIXED JENKINS-19753] Add view link to job artifacts list
  • Loading branch information
olivergondza committed Sep 25, 2013
2 parents 1f5673d + 726b66d commit b36f7e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/resources/lib/hudson/artifactList.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ THE SOFTWARE.
<a href="${baseURL}artifact/${f.href}/*fingerprint*/">
<img src="${imagesURL}/16x16/fingerprint.png" alt="[fingerprint]" height="16" width="16"/>
</a>
<st:nbsp/>
<a href="${baseURL}artifact/${f.href}/*view*/">${%view}</a>
</td>
</tr>
</j:forEach>
Expand Down

0 comments on commit b36f7e1

Please sign in to comment.