diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-23 17:02:36 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-23 17:02:36 -0400 |
| commit | ea2ce9d3069fa906474e356b7dbd209edd1ea1bd (patch) | |
| tree | 1228ab89d07369e910846c53a13b2b6407c19b1a /app/dispatch/templates | |
| parent | d4522cf8fc8e8978e65980d13debe38658903735 (diff) | |
| download | dispatch-tracker-ea2ce9d3069fa906474e356b7dbd209edd1ea1bd.tar.gz dispatch-tracker-ea2ce9d3069fa906474e356b7dbd209edd1ea1bd.tar.xz | |
Moved functions to a 'misc' file. Added a settings model. Added initial version of an 'Invoice' model
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"> |
