From 1f195f1cb1bfe957f447dff8292a8420666a85bb Mon Sep 17 00:00:00 2001 From: takezoe Date: Wed, 19 Jun 2013 15:24:28 +0900 Subject: [PATCH] Add 'Browse code' button to the commit details page. --- src/main/twirl/repo/commit.scala.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/twirl/repo/commit.scala.html b/src/main/twirl/repo/commit.scala.html index 90d990a04..0131f4594 100644 --- a/src/main/twirl/repo/commit.scala.html +++ b/src/main/twirl/repo/commit.scala.html @@ -8,6 +8,9 @@
+
@commit.shortMessage
@if(commit.description.isDefined){
@commit.description.get