Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-31746] Michael Noack's comments were addressed
  • Loading branch information
Manuel Recena authored and recena committed Feb 22, 2016
1 parent 3e5708a commit edead70
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 323 deletions.
Expand Up @@ -340,7 +340,7 @@
<div class="description">No parameters</div>
</j:when>
<j:otherwise>
<div class="build-parameters" id="build-parameters-${buildGrid.get(0,0).getId()}">
<div class="description" id="build-parameters-${buildGrid.get(0,0).getId()}">
<ul>
<j:forEach items="${buildGrid.get(0,0).getParameters().entrySet()}" var="buildParam" indexVar="buildParamCtr">
<li>${buildParam.getKey()}: ${buildParam.getValue()}</li>
Expand Down

0 comments on commit edead70

Please sign in to comment.