Some merge resolution
This commit is contained in:
parent
c66ef04f17
commit
a13ebd3fa8
@ -29,7 +29,7 @@ description:
|
|||||||
library
|
library
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod-core == 1.2.*
|
, yesod-core == 1.2.*
|
||||||
, conduit >= 0.5 && < 1.2
|
, conduit >= 0.5 && < 1.3
|
||||||
, wai >= 1.3
|
, wai >= 1.3
|
||||||
, wai-eventsource >= 1.3
|
, wai-eventsource >= 1.3
|
||||||
, wai-extra
|
, wai-extra
|
||||||
|
|||||||
@ -410,9 +410,6 @@ $forall view <- views
|
|||||||
|]
|
|]
|
||||||
return (res, widget)
|
return (res, widget)
|
||||||
|
|
||||||
renderBootstrap :: Monad m => FormRender m a
|
|
||||||
renderBootstrap = renderBootstrap2
|
|
||||||
|
|
||||||
-- | Render a form using Bootstrap v2-friendly shamlet syntax.
|
-- | Render a form using Bootstrap v2-friendly shamlet syntax.
|
||||||
-- If you're using Bootstrap v3, then you should use the
|
-- If you're using Bootstrap v3, then you should use the
|
||||||
-- functions from module "Yesod.Form.Bootstrap3".
|
-- functions from module "Yesod.Form.Bootstrap3".
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user