summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-14 22:20:34 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-14 22:20:34 +0100
commit668961c90368b55a3409ae93b96e288f8ebe33a4 (patch)
treefd4d3d9706e278ffd996218c16b99cbff25f0bec
parent7bc954b779a9bc4e1c5e60f2648101c62ed22e72 (diff)
downloadbar-668961c90368b55a3409ae93b96e288f8ebe33a4.tar
bar-668961c90368b55a3409ae93b96e288f8ebe33a4.tar.gz
bar-668961c90368b55a3409ae93b96e288f8ebe33a4.tar.bz2
bar-668961c90368b55a3409ae93b96e288f8ebe33a4.tar.xz
bar-668961c90368b55a3409ae93b96e288f8ebe33a4.zip
Call kinds items
-rw-r--r--templates/inventoryListing.hamlet2
-rw-r--r--templates/referenceListing.hamlet2
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