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.
1 parent 771b95a commit 7fddcddCopy full SHA for 7fddcdd
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
- <button class="danger" ng-click="reprocess(submission)" ng-disabled="progress[submission.id]" ng-show="submission.status === 'ERROR'"> Re-process
+ <button class="btn btn-danger" ng-click="reprocess(submission)" ng-disabled="progress[submission.id]" ng-show="submission.status === 'ERROR'"> Re-process
54
<i class="fa fa-repeat" ng-class="{'fa-spin' : progress[submission.id]}"></i>
55
</button>
56
0 commit comments