Skip to content

Commit

Permalink
Merge pull request #6 from rvion/rename-fpview-tostackage-view
Browse files Browse the repository at this point in the history
[Typo] rename "FPView" to "Stackage View"
  • Loading branch information
snoyberg committed Apr 21, 2015
2 parents 58947cc + 71596af commit 55c30e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/Handler/Client.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- | Main FPView display.
-- | Main Stackage View display.

module Handler.Home where

Expand All @@ -8,7 +8,7 @@ import Yesod.GHCJS
getHomeR :: Handler Html
getHomeR =
defaultLayout
(do setTitle "FPView"
(do setTitle "Stackage View"
$(widgetFile "home")
toWidget [hamlet|<script src=@{GhcjsHomeR}>|])

Expand Down
4 changes: 2 additions & 2 deletions server/Handler/Home.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- | Main FPView display.
-- | Main Stackage View display.

module Handler.Home where

Expand All @@ -8,7 +8,7 @@ import Yesod.GHCJS
getHomeR :: Handler Html
getHomeR =
defaultLayout
(do setTitle "FPView"
(do setTitle "Stackage View"
$(widgetFile "home")
toWidget [hamlet|<script src=@{GhcjsHomeR}>|])

Expand Down

0 comments on commit 55c30e0

Please sign in to comment.