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.
forgejo/templates
CaiCandong c576b50441
Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785)
## 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">
11 months ago
..
admin Simplify helper CSS classes and avoid abuse (#26728) 11 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
code Refactor some CSS styles and simplify code (#26771) 11 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve modal dialog UI (#26764) 11 months ago
explore remove unnecessary explore org template (#26459) 12 months ago
mail Add template linting via djlint (#25212) 1 year ago
org Fix incorrect "tabindex" attributes (#26733) 11 months ago
package Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
projects Refactor some CSS styles and simplify code (#26771) 11 months ago
repo Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) 11 months ago
shared Fix typo of RunerOwnerID (#26508) 11 months ago
status Replace fomantic divider module with our own (#25539) 1 year ago
swagger refactor(API): refactor secret creation and update functionality (#26751) 11 months ago
user Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 1 year ago
install.tmpl Use docs.gitea.com instead of docs.gitea.io (#26739) 11 months ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 1 year ago