Skip to content
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.

Commit

Permalink
Empty retrofitting table color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin McLeod committed Jul 1, 2015
1 parent 89d3fd6 commit 1350de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/page-outfit.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ <h1>Utility Mounts</h1>
</tr>
</thead>
<tbody>
<tr class="disabled" ng-if="!retrofitList || retrofitList.length == 0">
<tr ng-if="!retrofitList || retrofitList.length == 0">
<td colspan="5">No Retrofitting changes</td>
</tr>
<tr class="highlight" ng-repeat="item in retrofitList | orderBy:retroPredicate:retroDesc">
Expand Down

0 comments on commit 1350de1

Please sign in to comment.