Fix error in creating and merging pull request

This commit is contained in:
Naoki Takezoe
2016-07-13 21:06:38 +09:00
parent 7c98ae1341
commit c9339aec9e
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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>