mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
35569826f2
commit
ea95a52a6b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue