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)) $if (not (null checks))
<p> <p>
Currently scheduled checks: Currently scheduled checks:
$forall check <- checks $forall c <- checks
^{showFsckForm False check} ^{showFsckForm False c}
<div style="margin-left: 5em"> <div style="margin-left: 5em">
^{showFsckStatus check} ^{showFsckStatus c}
<p> <p>
Add a check: Add a check:
^{showFsckForm True defaultFsck} ^{showFsckForm True defaultFsck}