old yesod defines a check, so use a different name

This commit is contained in:
Joey Hess 2013-10-24 12:56:13 -04:00
parent c2cb742339
commit 14ead32170

View file

@ -12,10 +12,10 @@
$if (not (null checks))
<p>
Currently scheduled checks:
$forall check <- checks
^{showFsckForm False check}
$forall c <- checks
^{showFsckForm False c}
<div style="margin-left: 5em">
^{showFsckStatus check}
^{showFsckStatus c}
<p>
Add a check:
^{showFsckForm True defaultFsck}