diff --git a/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs b/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs index 2258cc06..0bd41697 100644 --- a/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs +++ b/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs @@ -608,7 +608,7 @@ repoCommit style lww hash = do tr_ do th_ [width_ "16rem"] $ strong_ "back" - td_ $ a_ [ href_ (toURL (RepoPage (CommitsTab Nothing) lww)) + td_ $ a_ [ href_ (toURL (RepoPage (CommitsTab (Just hash)) lww)) ] $ toHtml $ show $ pretty hash for_ au $ \author -> do