Skip to content

Commit

Permalink
JENKINS-7824: Allow users to drop claims assigned to them by other users
Browse files Browse the repository at this point in the history
  • Loading branch information
ninian committed Aug 30, 2014
1 parent a042eaa commit 231ef9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Expand Up @@ -64,6 +64,9 @@
${%one.claimed(it.noun,it.claimedByName)}
</j:otherwise>
</j:choose>
<j:if test="${it.canRelease()}">
<a id="dropClaim" href="claim/unclaim">${%Drop the claim.}</a>
</j:if>
<j:if test="${it.canClaim()}">
<a id="reassign" href="#" onClick="ShowPopup(this); return false;">${%Reassign the claim.}</a>
</j:if>
Expand Down
6 changes: 3 additions & 3 deletions src/main/webapp/help-sendEmails.html
@@ -1,3 +1,3 @@
<div>
If selected, an email is sent to the assignee when a build is claimed or assigned. To enable sending emails, you need to also install the email-ext plugin
</div>
<div>
If selected, an email is sent to the assignee when a build is claimed or assigned. To enable sending emails, you need to also install the mailer plugin
</div>

0 comments on commit 231ef9f

Please sign in to comment.