By | fr33domlover |
At | 2015-12-06 |
Title | minor UI string changes |
Description |
Edit file src/Hpaste/View/Layout.hs 33188 → 33188
59 59 60 60 -- | Navigation.
61 61 nav :: Markup
62 62 nav = do
63 63 H.div ! aClass "nav" $ do
- 64 a ! aClass "logo" ! A.href "/" $ "Toothpaste"
+ 64 a ! aClass "logo" ! A.href "/" $ "ToothPaste"
65 65 a ! A.href "/browse" $ "Browse"
- 66 a ! A.href "mailto:fr33domlover@rel4tion.org" $ "Contact"
+ 66 a ! A.href "mailto:fr33domlover@riseup.net" $ "Contact"
67 67 a ! A.href "http://freepo.st" $ "Community"
68 68 a ! A.href "http://www.rel4tion.org/access/paste/" $ "About"
69 69 -- " | "
70 70 -- a ! A.href "/activity" $ "Changes"
71 71 … … … …