diff options
Diffstat (limited to 'app/dispatch/templates')
| -rw-r--r-- | app/dispatch/templates/dispatch/drivers/detail.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/dispatch/templates/dispatch/drivers/detail.html b/app/dispatch/templates/dispatch/drivers/detail.html index 11e07a9..21d2432 100644 --- a/app/dispatch/templates/dispatch/drivers/detail.html +++ b/app/dispatch/templates/dispatch/drivers/detail.html @@ -30,6 +30,20 @@ </div> +<div class="row"> + <div class="col s12"> + <table> + <thead> + <tr> + <td>Date</td> + <td>Description</td> + <td>Total</td> + </tr> + </thead> + </table> + </div> +</div> + <div class="row"> |
