Order details page for admin and update to admin verbiage

This commit is contained in:
Chris Smith
2019-03-15 20:05:50 -05:00
parent eb3d3d44c0
commit bc282272e7
2 changed files with 78 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
?>
</td>
<td>
<a href="/admin/order/<?=$order->id?>" class="btn btn-primary" role="button">Order</a>
<a href="/admin/order/<?=$order->id?>" class="btn btn-primary" role="button">View Order</a>
</td>
</tr>
<?php } ?>