diff --git a/README.md b/README.md index 0e71b2e..d7dc176 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,3 @@ ### 1.0 - 04 Jul 2013 - This is a first public release - -Sponsors --------- -[](https://www.jetbrains.com/idea/) diff --git a/src/main/twirl/gitbucket/core/helper/preview.scala.html b/src/main/twirl/gitbucket/core/helper/preview.scala.html index d6df583..8d6f2fe 100644 --- a/src/main/twirl/gitbucket/core/helper/preview.scala.html +++ b/src/main/twirl/gitbucket/core/helper/preview.scala.html @@ -15,7 +15,7 @@ @import gitbucket.core._ @import gitbucket.core.view.helpers._
@pullreq.map(_.commitIdTo.substring(0, 7))
into
- @if(pullreq.get.requestUserName == repository.owner){
- @pullreq.map(_.branch) from @pullreq.map(_.requestBranch)
- } else {
- @pullreq.map(_.userName):@pullreq.map(_.branch) from @pullreq.map(_.requestUserName):@pullreq.map(_.requestBranch)
- }
- @helper.html.datetimeago(comment.registeredDate)
+ @pullreq.map(_.commitIdTo.substring(0, 7))
into
+ @if(pullreq.get.requestUserName == repository.owner){
+ @pullreq.map(_.branch)
from @pullreq.map(_.requestBranch)
+ } else {
+ @pullreq.map(_.userName):@pullreq.map(_.branch)
from @pullreq.map(_.requestUserName):@pullreq.map(_.requestBranch)
+ }
+ @helper.html.datetimeago(comment.registeredDate)
+ @pullreq.map(_.requestBranch)
branch
+ @helper.html.datetimeago(comment.registeredDate)
+ @detectAndRenderLinks(description)
diff --git a/src/main/twirl/gitbucket/core/wiki/compare.scala.html b/src/main/twirl/gitbucket/core/wiki/compare.scala.html index 7da312b..ea76b3e 100644 --- a/src/main/twirl/gitbucket/core/wiki/compare.scala.html +++ b/src/main/twirl/gitbucket/core/wiki/compare.scala.html @@ -10,7 +10,7 @@ @html.main(s"Compare Revisions - ${repository.owner}/${repository.name}", Some(repository)){ @helper.html.information(info) @html.menu("wiki", repository){ -