mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-21 17:28:31 -05:00
fix: broken route
This commit is contained in:
@@ -323,7 +323,7 @@
|
||||
</form>
|
||||
</li>
|
||||
@endif
|
||||
@if (DB::table('graveyard')->where('torrent_id', '=', $torrent->id)->where('rewarded', '=', 0)->exists())
|
||||
@if (DB::table('resurrections')->where('torrent_id', '=', $torrent->id)->where('rewarded', '=', 0)->exists())
|
||||
<li class="form__group form__group--short-horizontal">
|
||||
<button class="form__button form__button--outlined form__button--centered" disabled>
|
||||
{{ strtolower(__('graveyard.pending')) }}
|
||||
|
||||
Reference in New Issue
Block a user