Add "View Pirep" In pirep cards (#1122)
Will show it in a new blank page in order to view pirep flight map., Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
parent
8c065a44cf
commit
ff255c999b
@ -46,5 +46,13 @@
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
@endif
|
@endif
|
||||||
|
<td>
|
||||||
|
<form action="{{ route('frontend.pireps.show', [$pirep->id]) }}" target="_blank">
|
||||||
|
<button type="submit"
|
||||||
|
class='btn btn-success'>
|
||||||
|
<i class="fas fa-eye"></i> View Pirep
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user