1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/templates/repo/editor
wxiaoguang f8974c7725
Fix incorrect tree path value for patch editor (#29377)
Regression of #18718. When submitting the form,
EditRepoFileForm.TreePath is marked as "Required", so the value can't be
empty. The value is not used by backend, so use a meaningful dummy value
for it.
2024-02-26 09:05:22 +00:00
..
cherry_pick.tmpl
commit_form.tmpl
delete.tmpl
diff_preview.tmpl
edit.tmpl
patch.tmpl Fix incorrect tree path value for patch editor (#29377) 2024-02-26 09:05:22 +00:00
upload.tmpl