This commit is contained in:
Dobie Wollert
2015-11-25 01:06:03 -05:00
parent 0e5db1c9ee
commit 3a928400c5
5 changed files with 22 additions and 5 deletions

View File

@ -253,7 +253,7 @@
</tr>
<tr ng-repeat="workorder in workorders">
<td>
<a ng-href="/workorders/{{workorder._id}}">{{workorder.reason}}</a><br>
<a ng-href="/workorders/{{workorder._id}}"><span ng-if="workorder.reason">{{workorder.reason}}</span><i ng-if="!workorder.reason">-- No Reason --</i></a><br>
<strong>Techs:</strong> {{ workorder.techs | techs }}<br>
{{workorder.remarks}}
</td>