Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-25174] Show run display name on parameters page
  • Loading branch information
daniel-beck committed Dec 21, 2014
1 parent 7f36c3f commit 3ed7778
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,6 +27,6 @@ THE SOFTWARE.
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"
xmlns:i="jelly:fmt" xmlns:p="/lib/hudson/project">
<f:entry title="${it.name}" description="${it.description}">
<a href="${rootURL}/${it.run.url}" class="model-link inside">${it.run}</a>
<a href="${rootURL}/${it.run.url}" class="model-link inside">${it.run.fullDisplayName}</a>
</f:entry>
</j:jelly>

0 comments on commit 3ed7778

Please sign in to comment.