mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Provide option to unlink a fork (#11858)
* Provide option to unlink a fork Fix #4566 Signed-off-by: Andrew Thornton <art27@cantab.net> * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * Add check that user can create repo Signed-off-by: Andrew Thornton <art27@cantab.net> * as per @cirnoT Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
This commit is contained in:
@ -2796,7 +2796,10 @@
|
||||
}
|
||||
|
||||
#transfer-repo-modal,
|
||||
#delete-repo-modal {
|
||||
#delete-repo-modal,
|
||||
#delete-wiki-modal,
|
||||
#convert-fork-repo-modal,
|
||||
#convert-mirror-repo-modal {
|
||||
.ui.message {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user