Skip to content

Commit

Permalink
Update tasks-top.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jul 29, 2022
1 parent 48c571a commit 910d534
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:this="this">
<j:set var="url" value="${h.getNearestAncestorUrl(request,it)}"/>
<l:task icon="icon-up icon-md" href="${url}/../../" title="${%Up}" contextMenu="false"/>
<l:task icon="symbol-details" href="${url}/" title="${%Status}" contextMenu="false" />
<j:choose>
<j:when test="${h.hasPermission(it,it.CONFIGURE)}">
Expand Down

0 comments on commit 910d534

Please sign in to comment.