Update renderBootstrap's docs for Bootstrap 2.0.

This commit is contained in:
Felipe Lessa 2012-02-16 11:47:27 -02:00
parent 221c5a35c7
commit e1066b622a

View File

@ -297,13 +297,13 @@ $forall view <- views
--
-- Sample Hamlet:
--
-- > <form method=post action=@{ActionR} enctype=#{formEnctype}>
-- > <form .form-horizontal method=post action=@{ActionR} enctype=#{formEnctype}>
-- > <fieldset>
-- > <legend>_{MsgLegend}
-- > $case result
-- > $of FormFailure reasons
-- > $forall reason <- reasons
-- > <div .alert-message .error>#{reason}
-- > <div .alert .alert-error>#{reason}
-- > $of _
-- > ^{formWidget}
-- > <div .actions>