Skip to content

Commit

Permalink
[FIXED JENKINS-21634] Allow quicker updating of credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Dec 18, 2014
1 parent 2f8bc2f commit a9bbb9d
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -92,7 +92,12 @@
${safeDescription}
</td>
<td>

<j:if test="${h.hasPermission(c, it.parent.UPDATE)}">
<a href="credential/${c.urlName}/update">
<img src="${resURL}/images/${iconSize}/setting.png" alt="${%Update}"
tooltip="${%Update}" class="icon${iconSize}"/>
</a>
</j:if>
</td>
</tr>
</j:forEach>
Expand Down

0 comments on commit a9bbb9d

Please sign in to comment.