|
702 | 702 | {{if .Repository.IsMirror}}
|
703 | 703 | <div class="item">
|
704 | 704 | <div class="ui right">
|
705 |
| - <button class="ui gitea-confirm-modal red show-modal button" data-modal="#convert-mirror-repo-modal">{{.locale.Tr "repo.settings.convert"}}</button> |
| 705 | + <button class="ui basic red show-modal button" data-modal="#convert-mirror-repo-modal">{{.locale.Tr "repo.settings.convert"}}</button> |
706 | 706 | </div>
|
707 | 707 | <div>
|
708 | 708 | <h5>{{.locale.Tr "repo.settings.convert"}}</h5>
|
|
714 | 714 | {{if and .Repository.IsFork .Repository.Owner.CanCreateRepo}}
|
715 | 715 | <div class="item">
|
716 | 716 | <div class="ui right">
|
717 |
| - <button class="ui gitea-confirm-modal red show-modal button" data-modal="#convert-fork-repo-modal">{{.locale.Tr "repo.settings.convert_fork"}}</button> |
| 717 | + <button class="ui basic red show-modal button" data-modal="#convert-fork-repo-modal">{{.locale.Tr "repo.settings.convert_fork"}}</button> |
718 | 718 | </div>
|
719 | 719 | <div>
|
720 | 720 | <h5>{{.locale.Tr "repo.settings.convert_fork"}}</h5>
|
|
732 | 732 | <button class="ui red button">{{.locale.Tr "repo.settings.transfer_abort"}}</button>
|
733 | 733 | </form>
|
734 | 734 | {{else}}
|
735 |
| - <button class="ui gitea-confirm-modal red show-modal button" data-modal="#transfer-repo-modal">{{.locale.Tr "repo.settings.transfer"}}</button> |
| 735 | + <button class="ui basic red show-modal button" data-modal="#transfer-repo-modal">{{.locale.Tr "repo.settings.transfer"}}</button> |
736 | 736 | {{end}}
|
737 | 737 | </div>
|
738 | 738 | <div>
|
|
750 | 750 |
|
751 | 751 | <div class="item">
|
752 | 752 | <div class="ui right">
|
753 |
| - <button class="ui gitea-confirm-modal red show-modal button" data-modal="#delete-wiki-modal">{{.locale.Tr "repo.settings.wiki_delete"}}</button> |
| 753 | + <button class="ui basic red show-modal button" data-modal="#delete-wiki-modal">{{.locale.Tr "repo.settings.wiki_delete"}}</button> |
754 | 754 | </div>
|
755 | 755 | <div>
|
756 | 756 | <h5>{{.locale.Tr "repo.settings.wiki_delete"}}</h5>
|
|
763 | 763 |
|
764 | 764 | <div class="item">
|
765 | 765 | <div class="ui right">
|
766 |
| - <button class="ui gitea-confirm-modal red show-modal button" data-modal="#delete-repo-modal">{{.locale.Tr "repo.settings.delete"}}</button> |
| 766 | + <button class="ui basic red show-modal button" data-modal="#delete-repo-modal">{{.locale.Tr "repo.settings.delete"}}</button> |
767 | 767 | </div>
|
768 | 768 | <div>
|
769 | 769 | <h5>{{.locale.Tr "repo.settings.delete"}}</h5>
|
|
776 | 776 |
|
777 | 777 | <div class="item">
|
778 | 778 | <div class="ui right">
|
779 |
| - <button class="ui gitea-confirm-modal red show-modal button" data-modal="#archive-repo-modal"> |
| 779 | + <button class="ui basic red show-modal button" data-modal="#archive-repo-modal"> |
780 | 780 | {{if .Repository.IsArchived}}
|
781 | 781 | {{.locale.Tr "repo.settings.unarchive.button"}}
|
782 | 782 | {{else}}
|
|
0 commit comments