From ad58be7b5d3372203ae5276b607db748668fed8a Mon Sep 17 00:00:00 2001 From: takezoe Date: Fri, 21 Jun 2013 17:09:56 +0900 Subject: [PATCH] Use monospace for hash. --- src/main/twirl/repo/tags.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/twirl/repo/tags.scala.html b/src/main/twirl/repo/tags.scala.html index 2a1618466..86484a1aa 100644 --- a/src/main/twirl/repo/tags.scala.html +++ b/src/main/twirl/repo/tags.scala.html @@ -16,7 +16,7 @@ @tag.name @helpers.datetime(tag.time) - @tag.id.substring(0, 10) + @tag.id.substring(0, 10) ZIP }