Skip to content

Commit

Permalink
Link to proper Wiki location
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Aug 26, 2011
1 parent 3f79e7c commit 24e917c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Wiki.hs
Expand Up @@ -58,8 +58,8 @@ import Control.Monad.IO.Class (liftIO)
import Yesod.Message
import Data.Text (Text, pack)
import Control.Applicative ((<$>), (<*>))
import Data.Monoid (mappend)
import Text.Hamlet (Html, ihamletFile)
import Data.Monoid (mappend, mempty)
import qualified Yesod.Auth.OpenId as OpenId
import qualified Yesod.Auth.Message as Msg

Expand Down
2 changes: 1 addition & 1 deletion hamlet/default-layout.hamlet
Expand Up @@ -22,7 +22,7 @@
<li>
<a href=@{BlogR}>Blog
<li>
<a href=@{PageR "wiki"}>Wiki
<a href=@{WikiR mempty}>Wiki
<div .yesod-body>
<div .yesod-userbar>
<form #search-form action=@{SearchR}>
Expand Down

0 comments on commit 24e917c

Please sign in to comment.