Skip to content

Commit

Permalink
fixes JENKINS-21080
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangalsterer committed Dec 20, 2013
1 parent 633d68c commit 8fc94b8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -28,10 +28,10 @@ THE SOFTWARE.
<t:summary icon="package.png">
<l:pane title="${%Copied Job}" width="3">
<f:entry title="${%Copied From}">
<a href="${baseURL}/${it.fromUrl}">${it.fromJobName}</a>
<a href="${rootURL}/${it.fromUrl}">${it.fromJobName}</a>
</f:entry>
<f:entry title="${%Copied To}">
<a href="${baseURL}/${it.toUrl}">${it.toJobName}</a>
<a href="${rootURL}/${it.toUrl}">${it.toJobName}</a>
</f:entry>
</l:pane>
<j:if test="${it.failed}">
Expand Down

0 comments on commit 8fc94b8

Please sign in to comment.