File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
<span class="text grey"><i class="octicon octicon-git-branch"></i> {{.NumForks}}</span>
17
17
</div>
18
18
</div>
19
- {{if .DescriptionHtml }}<p class="has-emoji">{{.DescriptionHtml }}</p>{{end}}
19
+ {{if .DescriptionHTML }}<p class="has-emoji">{{.DescriptionHTML }}</p>{{end}}
20
20
<p class="time">{{$.i18n.Tr "org.repo_updated"}} {{TimeSince .Updated $.i18n.Lang}}</p>
21
21
</div>
22
22
{{end}}
Original file line number Diff line number Diff line change 4
4
<div class="ui container">
5
5
{{template "base/alert" .}}
6
6
<p id="repo-desc">
7
- {{if .Repository.DescriptionHtml }}<span class="description has-emoji">{{.Repository.DescriptionHtml }}</span>{{else}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}}
7
+ {{if .Repository.DescriptionHTML }}<span class="description has-emoji">{{.Repository.DescriptionHTML }}</span>{{else}}<span class="no-description text-italic">{{.i18n.Tr "repo.no_desc"}}</span>{{end}}
8
8
<a class="link" href="{{.Repository.Website}}">{{.Repository.Website}}</a>
9
9
</p>
10
10
<div class="ui secondary menu">
You can’t perform that action at this time.
0 commit comments