From 24b7cade490d0ef6d208ec6a524251e0f82edc66 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 25 Nov 2023 23:48:48 +0900 Subject: [PATCH] Simplify pull request UI (#3417) --- .../gitbucket/core/pulls/compare.scala.html | 15 +-- .../core/pulls/mergeguide.scala.html | 121 +++++++++--------- .../gitbucket/core/repo/branches.scala.html | 18 +-- 3 files changed, 69 insertions(+), 85 deletions(-) diff --git a/src/main/twirl/gitbucket/core/pulls/compare.scala.html b/src/main/twirl/gitbucket/core/pulls/compare.scala.html index 6f0e22bdf..df896a14f 100644 --- a/src/main/twirl/gitbucket/core/pulls/compare.scala.html +++ b/src/main/twirl/gitbucket/core/pulls/compare.scala.html @@ -58,12 +58,7 @@ } @if(commits.nonEmpty && context.loginAccount.isDefined && originRepository.branchList.contains(originId) && forkedRepository.branchList.contains(forkedId)){ -
- Create pull request -    - Discuss and review the changes in this comparison with others. -
-