From 7a0a62af2d94dde1e2ce548c3ed3d17656b87501 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Fri, 28 Feb 2014 15:25:32 +0100 Subject: [PATCH] Show repository description below the name on repository page. --- src/main/twirl/header.scala.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/twirl/header.scala.html b/src/main/twirl/header.scala.html index bb2be97e3..965fa9381 100644 --- a/src/main/twirl/header.scala.html +++ b/src/main/twirl/header.scala.html @@ -29,7 +29,13 @@ } } + + + @if(repository.repository.description != "") { +

@repository.repository.description

+ } +