From 0bb0dcf14fce26e7378170b4385c4c8d21ec9b26 Mon Sep 17 00:00:00 2001
From: hit172587zpz
@@ -188,7 +187,7 @@ {{if and .Permission.IsAdmin (not .Repository.IsArchived)}}{{.i18n.Tr "repo.topic.manage_topics"}}{{end}}
- {{if .LanguageStats}} +{{range .LanguageStats}} @@ -196,19 +195,14 @@ {{end}}
- - {{end}} + {{if .LICENSE}}- - {{.LICENSE}} - + {{.LICENSE}}
- + {{end}} diff --git a/web_src/js/components/EditAboutInfo.vue b/web_src/js/components/EditAboutInfo.vue index 53e4915a0..76157008f 100644 --- a/web_src/js/components/EditAboutInfo.vue +++ b/web_src/js/components/EditAboutInfo.vue @@ -11,17 +11,19 @@ v-model="editDataDialog" :deleteCallback="editDataFunc" :deleteLoading ="editDataListLoading" + deleteParam = "ruleForm" + @input="initForm" >