Accept Pirep button not changing row inline #598 (#880)

This commit is contained in:
Yash Govekar
2020-10-26 10:18:00 -04:00
committed by GitHub
parent aaaf2e7c00
commit 060bebf8fe
2 changed files with 21 additions and 1 deletions
@@ -9,7 +9,7 @@
{{ $pirep->airline->code }}{{ $pirep->ident }}
</a>
</h5>
<div>
<div id="pirep_{{ $pirep->id }}_status_container">
@if($pirep->state === PirepState::PENDING)
<div class="badge badge-warning">
@elseif($pirep->state === PirepState::ACCEPTED)
@@ -82,3 +82,6 @@
</div>
</div>
</div>
</div>
</div>
</div>