diff --git a/src/main/twirl/pulls/compare.scala.html b/src/main/twirl/pulls/compare.scala.html
index b3f2483..b606715 100644
--- a/src/main/twirl/pulls/compare.scala.html
+++ b/src/main/twirl/pulls/compare.scala.html
@@ -126,6 +126,9 @@
$(this).hide();
$('#pull-request-form').show();
});
+ if(location.search.substr(1).split("&").indexOf("expand=1")!=-1){
+ $('#show-form').click();
+ }
@if(hasWritePermission){
function checkConflict(from, to, noConflictHandler, hasConflictHandler){
diff --git a/src/main/twirl/repo/branches.scala.html b/src/main/twirl/repo/branches.scala.html
index e91208e..7f152f4 100644
--- a/src/main/twirl/repo/branches.scala.html
+++ b/src/main/twirl/repo/branches.scala.html
@@ -29,7 +29,11 @@
Open
}
}.getOrElse{
- Compare
+ @if(context.loginAccount.isDefined){
+ New Pull Request
+ }else{
+ Compare
+ }
}
@if(hasWritePermission){
@if(prs.map(!_._2.closed).getOrElse(false)){