We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75da1 commit 7489834Copy full SHA for 7489834
opengrok-web/src/main/webapp/WEB-INF/tags/repository.tag
@@ -57,7 +57,7 @@ Portions Copyright (c) 2019, Krystof Tulinger <[email protected]>.
57
58
<tr>
59
<td class="name ${isSubrepository ? "subrepository" : "repository"}">
60
- <a href="${pageContext.request.getContextPath()}${Prefix.XREF_P.toString()}/${project.name}"
+ <a href="${pageContext.request.getContextPath()}${Prefix.XREF_P.toString()}/${name}"
61
title="Xref for project ${Util.htmlize(name)}">
62
${Util.htmlize(name)}
63
</a>
0 commit comments