提交 d54105c2 编写于 作者: V Vincent Latombe

Crafting the job parent url by removing the job short url to the

complete relative url, in order to take into account the current view.
上级 f6cc5072
......@@ -79,8 +79,7 @@ THE SOFTWARE.
</j:forEach>
<j:forEach var="job" items="${jobs}">
<j:set var="parentRelativeLink" value="${h.getRelativeLinkTo(job.parent)}"/>
<t:projectViewRow jobBaseUrl="${parentRelativeLink=='.'?'':parentRelativeLink}${jobBaseUrl}"/>
<t:projectViewRow jobBaseUrl="${h.getRelativeLinkTo(job).substring(0, h.getRelativeLinkTo(job).length() - job.shortUrl.length())}${jobBaseUrl}"/>
</j:forEach>
</table>
<t:iconSize><t:rssBar/></t:iconSize>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册