yesodweb / yesod-scaffold

The Yesod scaffolding, with branches for different versions.
MIT License
76 stars 39 forks source link

Add missing describe statement #132

Closed amitaibu closed 8 years ago

amitaibu commented 8 years ago

Diff is big, but it simply adds the missing describe "Homepage" $ do

MaxGabriel commented 8 years ago

It looks better if you remove whitespace with the w=0 query param: https://github.com/yesodweb/yesod-scaffold/pull/132/files?w=0

amitaibu commented 8 years ago

Oh, nice trick. Thanks :)

MaxGabriel commented 8 years ago

Oh hm, this should have probably used 4 space identation