Skip to content

Commit

Permalink
not "it", but "action"
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Oct 9, 2010
1 parent 0b2408e commit 484e207
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -23,9 +23,9 @@ THE SOFTWARE.
--> -->
<?jelly escape-by-default='true'?> <?jelly escape-by-default='true'?>
<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:local="local"> <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:local="local">
<j:set var="img" value="${it.image}"/> <j:set var="img" value="${action.image}"/>


<img src="${rootURL}/${img.smallIconUrl}" width="16" height="16" /> ${it.quote} <img src="${rootURL}/${img.smallIconUrl}" width="16" height="16" /> ${action.quote}
<script> <script>
Element.setStyle($('main-table'), { Element.setStyle($('main-table'), {
'background-image': 'none' 'background-image': 'none'
Expand Down

0 comments on commit 484e207

Please sign in to comment.