Skip to content

Commit

Permalink
Merge pull request #13 from fduvoux/fix-2018-1-branch
Browse files Browse the repository at this point in the history
[#12] Fix Matrix display
  • Loading branch information
presidentio authored Jul 17, 2018
2 parents 5c1c95d + 77d75cb commit 015eec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<c:when test="${queuedBuild != null}">
<td></td>
<td>
<bs:queuedBuildIcon queuedBuild="${queuedBuild}"/>
<bs:queuedBuildIcon promotion="${queuedBuild.buildPromotion}"/>
<q:queueLink queuedBuild="${queuedBuild}"
noPopup="true">#${queuedBuild.orderNumber}</q:queueLink>
</td>
Expand Down

0 comments on commit 015eec1

Please sign in to comment.