提交 3fc6d397 编写于 作者: M mindless

[FIXED HUDSON-4402] s/rootUrl/rootURL/ to fix link in junit test results.

Also fixed 1 more in RunParameterValue.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@21554 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d47993cf
......@@ -26,6 +26,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}">${it.run}</a>
<a href="${rootURL}/${it.run.url}">${it.run}</a>
</f:entry>
</j:jelly>
\ No newline at end of file
</j:jelly>
......@@ -75,7 +75,7 @@ THE SOFTWARE.
${f.duration}
</td>
<td class="pane" style="text-align:right;">
<a href="${rootUrl}/${f.failedSinceRun.url}">${f.age}</a>
<a href="${rootURL}/${f.failedSinceRun.url}">${f.age}</a>
</td>
</tr>
</j:forEach>
......@@ -124,4 +124,4 @@ THE SOFTWARE.
</tbody>
</table>
</j:if>
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册