diff options
-rw-r--r-- | templates/inventoryListing.hamlet | 2 | ||||
-rw-r--r-- | templates/referenceListing.hamlet | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/inventoryListing.hamlet b/templates/inventoryListing.hamlet index be80993..775176d 100644 --- a/templates/inventoryListing.hamlet +++ b/templates/inventoryListing.hamlet | |||
@@ -1,6 +1,6 @@ | |||
1 | <div .table> | 1 | <div .table> |
2 | <div .tr .sepBelow> | 2 | <div .tr .sepBelow> |
3 | <div .th>Description | 3 | <div .th>Item |
4 | <div .th>Bought | 4 | <div .th>Bought |
5 | <div .th>Expires | 5 | <div .th>Expires |
6 | <div .th>Opened | 6 | <div .th>Opened |
diff --git a/templates/referenceListing.hamlet b/templates/referenceListing.hamlet index b2b294c..a76e603 100644 --- a/templates/referenceListing.hamlet +++ b/templates/referenceListing.hamlet | |||
@@ -1,6 +1,6 @@ | |||
1 | <div .table> | 1 | <div .table> |
2 | <div .tr .sepBelow> | 2 | <div .tr .sepBelow> |
3 | <div .th>Description | 3 | <div .th>Item |
4 | <div .th>Actions | 4 | <div .th>Actions |
5 | $if isJust (preview insertForm =<< formState) | 5 | $if isJust (preview insertForm =<< formState) |
6 | $with Just InsertForm{..} <- formState | 6 | $with Just InsertForm{..} <- formState |