Added delete confirmation line for crud

This commit is contained in:
Michael Snoyman 2010-06-08 19:55:35 +03:00
parent 2947c3b4b6
commit 46b6dda084

View File

@ -105,6 +105,7 @@ getCrudDeleteR s = do
applyLayout "Confirm delete" mempty [$hamlet|
%form!method=post!action=@toMaster.CrudDeleteR.s@
%h1 Really delete?
%p Do you really want to delete $cs.itemTitle.item$?
%p
%input!type=submit!value=Yes
\