|
|
@@ -105,7 +105,7 @@ |
|
|
|
</div> |
|
|
|
{{end}} |
|
|
|
<div> |
|
|
|
<span>简介:</span> |
|
|
|
<span>{{.i18n.Tr "repo.computing.Introduction"}}:</span> |
|
|
|
{{if .Repository.DescriptionHTML}} |
|
|
|
<span class="description" style="color: #8a8e99;">{{.Repository.DescriptionHTML}}</span> |
|
|
|
{{else}} |
|
|
@@ -121,7 +121,8 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
<a style="margin-left: 0.5rem;" id="manage_topic"> |
|
|
|
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}<i style="cursor: pointer;" class="plus square outline icon"></i>{{end}}添加标签 |
|
|
|
{{if and .Permission.IsAdmin (not .Repository.IsArchived)}}<i style="cursor: pointer;" class="plus square outline icon"></i>{{end}} |
|
|
|
{{.i18n.Tr "repo.issues.new.add_labels_title"}} |
|
|
|
</a> |
|
|
|
|
|
|
|
<div id="topic_edit" class="vue_menu" style="display:none;"> |
|
|
@@ -272,12 +273,12 @@ |
|
|
|
<h4 class="ui header" style="border-bottom: 1px solid rgba(225, 227, 230, 100);padding: 0.5rem 0;"> |
|
|
|
{{$lenCon := len .ContributorInfo}} |
|
|
|
{{if lt $lenCon 25 }} |
|
|
|
<strong>贡献者 ({{len .ContributorInfo}})</strong> |
|
|
|
<strong>{{.i18n.Tr "home.contributors"}} ({{len .ContributorInfo}})</strong> |
|
|
|
{{else}} |
|
|
|
<strong>贡献者 ({{len .ContributorInfo}}+)</strong> |
|
|
|
<strong>{{.i18n.Tr "home.contributors"}} ({{len .ContributorInfo}}+)</strong> |
|
|
|
{{end}} |
|
|
|
<div class="ui right"> |
|
|
|
<a class="membersmore text grey" href="{{.RepoLink}}/contributors?type={{if .IsViewBranch}}branch{{else}}tag{{end}}&name={{.BranchName}}">全部 {{svg "octicon-chevron-right" 16}}</a> |
|
|
|
<a class="membersmore text grey" href="{{.RepoLink}}/contributors?type={{if .IsViewBranch}}branch{{else}}tag{{end}}&name={{.BranchName}}">{{.i18n.Tr "repo.computing.all"}} {{svg "octicon-chevron-right" 16}}</a> |
|
|
|
</div> |
|
|
|
</h4> |
|
|
|
<div class="ui members" id="contributorInfo"> |
|
|
|