summaryrefslogtreecommitdiff
path: root/Handler/Common.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-28 13:53:46 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-28 13:53:46 +0200
commitde1513a40da72632b500c710c5254c8e3639b7bd (patch)
treed5e4cb9847642b05a1ffbbfed774dc7caeb618f7 /Handler/Common.hs
parent72b9f29c057eb45d022b9bbc1562d7b84ccc165b (diff)
downloadbar-de1513a40da72632b500c710c5254c8e3639b7bd.tar
bar-de1513a40da72632b500c710c5254c8e3639b7bd.tar.gz
bar-de1513a40da72632b500c710c5254c8e3639b7bd.tar.bz2
bar-de1513a40da72632b500c710c5254c8e3639b7bd.tar.xz
bar-de1513a40da72632b500c710c5254c8e3639b7bd.zip
Fix updating running low
Diffstat (limited to 'Handler/Common.hs')
-rw-r--r--Handler/Common.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Handler/Common.hs b/Handler/Common.hs
index 799f692..4f02e3c 100644
--- a/Handler/Common.hs
+++ b/Handler/Common.hs
@@ -91,7 +91,7 @@ itemForm proto identView = do
91 <div .td>^{openedWidget} 91 <div .td>^{openedWidget}
92 <div .td> 92 <div .td>
93 <ul .status> 93 <ul .status>
94 <li>^{fvInput runningLowWidget} # 94 <li>^{fvInput runningLowWidget}
95 <label for=#{fvId runningLowWidget}> 95 <label for=#{fvId runningLowWidget}>
96 Running low 96 Running low
97 |] 97 |]