You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Giteabot 3bab20491e
Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790)
Backport #26785 by @CaiCandong

## Description 
Sometimes, we need to use an upstream mirror repository to update the
current development repository, but mirror repositories are prohibited
from PR. It should not appear in `merge to,` but it can appear in `pull
from.`
Fix #24585 #26193 #26781
Related #24183

Many thanks to @apnote  for assisting me in reproducing this bug!

## ScreenShot
---
### Before

<img
src="https://github.com/go-gitea/gitea/assets/50507092/3d76c376-1f54-45b9-80c9-6ba8319d6a9a"
width="400px">

<img
src="https://github.com/go-gitea/gitea/assets/50507092/fbfd9f7f-421f-4a2e-9a3e-f2958bbf3312"
width="400px">

### After

<img
src="https://github.com/go-gitea/gitea/assets/50507092/e6984524-4f61-4310-b795-4d8598bd8963"
width="400px">

<img
src="https://github.com/go-gitea/gitea/assets/50507092/04065b44-78d7-4721-bf31-0f1674150727"
width="400px">

Co-authored-by: CaiCandong <50507092+CaiCandong@users.noreply.github.com>
2 years ago
..
admin Use shared template for webhook icons (#26242) (#26246) 2 years ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Use docs.gitea.com instead of docs.gitea.io (#26769) 2 years ago
code Use data-tooltip-content for tippy tooltip (#23649) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Make "cancel" buttons have proper type in modal forms (#25618) (#25641) 2 years ago
explore Fix incorrect sort link with `.profile` repository (#26374) (#26379) 2 years ago
mail Remove incorrect HTML self close tag (#23748) 2 years ago
org Fix incorrect "tabindex" attributes (#26733) (#26734) 2 years ago
package Use docs.gitea.com instead of docs.gitea.io (#26769) 2 years ago
projects Fix incorrect "tabindex" attributes (#26733) (#26734) 2 years ago
repo Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790) 2 years ago
shared Fix typo of RunerOwnerID (#26508) (#26528) 2 years ago
status Show OAuth2 errors to end users (#25261) (#25271) 2 years ago
swagger Add `branch_filter` to hooks API endpoints (#26599) (#26632) 2 years ago
user Use docs.gitea.com instead of docs.gitea.io (#26769) 2 years ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2 years ago
install.tmpl Use docs.gitea.com instead of docs.gitea.io (#26769) 2 years ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) (#25129) 2 years ago