Changes
3 changed files (+4/-4)
-
-
@@ -50,7 +50,7 @@ func CherryPick(ctx *context.Context) {ctx.Data["RequireHighlightJS"] = true canCommit := renderCommitRights(ctx) ctx.Data["TreePath"] = "patch" ctx.Data["TreePath"] = "" if canCommit { ctx.Data["commit_choice"] = frmCommitChoiceDirect
-
-
-
@@ -28,7 +28,7 @@ func NewDiffPatch(ctx *context.Context) {canCommit := renderCommitRights(ctx) ctx.Data["TreePath"] = "patch" ctx.Data["TreePath"] = "" ctx.Data["commit_summary"] = "" ctx.Data["commit_message"] = ""
-
@@ -55,7 +55,7 @@ func NewDiffPatchPost(ctx *context.Context) {branchName = form.NewBranchName } ctx.Data["RequireHighlightJS"] = true ctx.Data["TreePath"] = "patch" ctx.Data["TreePath"] = "" ctx.Data["BranchLink"] = ctx.Repo.RepoLink + "/src/" + ctx.Repo.BranchNameSubURL() ctx.Data["FileContent"] = form.Content ctx.Data["commit_summary"] = form.CommitSummary
-
-
-
@@ -15,7 +15,7 @@<div class="divider">:</div> <a class="section" href="{{$.BranchLink}}">{{.BranchName}}</a> <span>{{.i18n.Tr "repo.editor.or"}} <a href="{{$.BranchLink}}">{{.i18n.Tr "repo.editor.cancel_lower"}}</a></span> <input type="hidden" id="tree_path" name="tree_path" value="patch" required> <input type="hidden" id="tree_path" name="tree_path" value="" required> <input id="file-name" type="hidden" value="diff.patch"> </div> </div>
-