We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9f4d25 + 96d2425 commit 5d84fb4Copy full SHA for 5d84fb4
src/app/submissions/submissions.list.html
@@ -50,7 +50,7 @@ <h2>Submissions for Challenge # {{challengeObj.name}}</h2>
50
</td>
51
<td>{{submission.status}}</td>
52
<td>
53
- <i class="fa fa-repeat" ng-class="{'fa-spin' : progress[submission.id]}" ng-click="reprocess(submission)"></i>
+ <i class="fa fa-repeat" ng-class="{'fa-spin' : progress[submission.id]}" ng-click="reprocess(submission)" ng-show="submission.status === 'ERROR'"></i>
54
55
</tr>
56
</tbody>
0 commit comments