Skip to content

Commit

Permalink
Merge pull request #56 from Hyleus/download-check-pending
Browse files Browse the repository at this point in the history
Show pending status in download check
  • Loading branch information
HDVinnie committed Dec 16, 2017
2 parents d91fb83 + 318933d commit 0fe491a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/torrent/download_check.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
@endif
<strong>Torrent Status: </strong>
@if($torrent->isRejected())<span class="badge-extra text-red"><i class="fa fa-times"></i> REJECTED</span>
@elseif($torrent->isPending())<span class="badge-extra text-orange"><i class="fa fa-times"></i> PENDING</span>
@else<span class="badge-extra text-green"><i class="fa fa-check"></i> APPROVED</span>
@endif
</center>
Expand Down

0 comments on commit 0fe491a

Please sign in to comment.