mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-08 16:42:18 +01:00
Fix error in creating and merging pull request
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
<script><script>
|
||||
<script>
|
||||
$(function(){
|
||||
$('a.origin-owner, a.forked-owner, a.origin-branch, a.forked-branch').click(function(){
|
||||
var e = $(this);
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
}
|
||||
</div>
|
||||
<div id="confirm-merge-form" style="display: none; padding: 12px;">
|
||||
<form method="POST" action="@helpers.url(originRepository)/pull/@pullreq.issueId/merge">
|
||||
<form method="POST" action="@helpers.url(originRepository)/pull/@pullreq.issueId/merge" validate="true">
|
||||
<div class="strong">
|
||||
Merge pull request #@issue.issueId from @{pullreq.requestUserName}/@{pullreq.requestBranch}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user