Skip to content

Commit

Permalink
[JENKINS-33191] Follow-up
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed May 23, 2016
1 parent 3a9a921 commit 2c4d9b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@
permission="${action.VIEW}">
<j:set var="storeBaseUrl" value="${action.getStoreBaseUrl(it.url)}"/>
<j:forEach items="${action.storeActions}" var="action">
<l:task icon="${action.iconClassName} icon-xlg" title="${action.displayName}"
<l:task icon="${action.iconClassName} icon-md" title="${action.displayName}"
href="${h.getActionUrl(storeBaseUrl,action)}"
permission="${action.VIEW}">
<j:if test="${action.domainsModifiable}">
Expand Down

0 comments on commit 2c4d9b2

Please sign in to comment.