summaryrefslogtreecommitdiffstats
path: root/app/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Main.hs')
-rw-r--r--app/Main.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index a31a84b..06d75cd 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -172,6 +172,9 @@ css =
.commit
border: 1px solid black
padding: 2px 4px
+ a.commit
+ color: black
+ text-decoration: none
.commit__title
font-weight: bold
.commit__meta
@@ -202,7 +205,7 @@ instance ToMarkup (Day, [Commit]) where
instance ToMarkup Commit where
toMarkup Commit {..} =
[shamlet|
- <div .commit>
+ <a .commit href=https://code.nomath.org/#{repository}/commit/?id=#{hash}>
<div .commit__title>
<span>#{repository}:
<span>#{fst message}