|
|
@@ -157,7 +157,11 @@ |
|
|
|
<div id="repo-desc"> |
|
|
|
<h4 class="ui header">简介</h4> |
|
|
|
<p> |
|
|
|
{{if .Repository.DescriptionHTML}}<span class="description">{{.Repository.DescriptionHTML}}</span>{{else if .IsRepositoryAdmin}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}} |
|
|
|
{{if .Repository.DescriptionHTML}} |
|
|
|
<span class="description">{{.Repository.DescriptionHTML}}</span> |
|
|
|
{{else}} |
|
|
|
<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span> |
|
|
|
{{end}} |
|
|
|
<a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a> |
|
|
|
</p> |
|
|
|
</div> |
|
|
@@ -187,7 +191,7 @@ |
|
|
|
|
|
|
|
<div> |
|
|
|
<h4 class="ui header"> |
|
|
|
<strong>贡献者</strong> |
|
|
|
<strong>贡献者 ({{len .ContributorInfo}})</strong> |
|
|
|
<div class="ui right"> |
|
|
|
<a class="text grey" href="">全部 {{svg "octicon-chevron-right" 16}}</a> |
|
|
|
</div> |
|
|
|