1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-02 00:41:50 +02:00
gitea/routers/web/repo
yp05327 29133f3d04
Fix submit button won't refresh in New Repository Fork page (#22994)
Fork a repo, and input an invalid repo name, you will get an error.
Then rename the repo name to a valid one, the submit button is still
disabled.

In other pages, for example, in create repo page, the submit button will
not be disabled.
So I removed the codes to disable the submit button.
2023-04-03 22:11:05 +08:00
..
actions Refactor commit status for Actions jobs (#23786) 2023-03-29 11:27:37 -04:00
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2023-04-03 18:06:57 +08:00
compare.go Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2023-04-03 18:06:57 +08:00
download.go
editor_test.go
editor.go Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2023-04-03 18:06:57 +08:00
find.go
http_test.go
http.go
issue_content_history.go
issue_dependency.go Add API to manage issue dependencies (#17935) 2023-03-28 13:23:25 -04:00
issue_label_test.go
issue_label.go Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2023-04-03 18:06:57 +08:00
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2023-04-03 18:06:57 +08:00
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects_test.go
projects.go Fix cancel button in the page of project edit not work (#23655) 2023-03-24 16:37:56 +08:00
pull_review.go
pull.go Fix submit button won't refresh in New Repository Fork page (#22994) 2023-04-03 22:11:05 +08:00
release_test.go
release.go Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876) 2023-04-03 18:06:57 +08:00
render.go
repo.go
runners.go
search.go
setting_protected_branch.go
setting_secrets.go
setting.go
settings_test.go
tag.go
topic.go
treelist.go
view_test.go
view.go Implement Issue Config (#20956) 2023-03-28 14:22:07 -04:00
webhook.go
wiki_test.go
wiki.go