Skip to content

Commit

Permalink
Merge pull request #281 from janfaracik/remove-navigation-links
Browse files Browse the repository at this point in the history
Remove hierarchal sidebar links
  • Loading branch information
jglick authored Jul 25, 2022
2 parents 77d97ce + 397f5fd commit 5a4c994
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
<l:side-panel>
<l:tasks>
<j:set var="url" value="${h.getNearestAncestorUrl(request,it)}"/>
<j:choose>
<j:when test="${it.parent==app}">
<l:task icon="symbol-arrow-up" href="${rootURL}/" title="${%Back to Dashboard}" contextMenu="false"/>
</j:when>
<j:otherwise>
<l:task icon="symbol-arrow-up" href="${url}/../../" title="${%Up}" contextMenu="false"/>
</j:otherwise>
</j:choose>
<l:task icon="symbol-details" href="${url}/" title="${%Status}" contextMenu="false"/>
<l:task icon="symbol-changes" href="${url}/changes" title="${%Changes}"/>
<p:configurable/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<l:side-panel>
<l:tasks>
<j:set var="buildUrl" value="${h.decompose(request)}"/>
<l:task icon="symbol-arrow-up" href="${rootURL}/${it.parent.url}" title="${%Back to Project}" contextMenu="false"/>
<l:task icon="symbol-details" href="${buildUrl.baseUrl}/" title="${%Status}" contextMenu="false"/>
<l:task icon="symbol-changes" href="${buildUrl.baseUrl}/changes" title="${%Changes}"/>
<j:choose> <!-- TODO <p:console-link/> may not currently be used as it calls getLogFile -->
Expand Down

0 comments on commit 5a4c994

Please sign in to comment.