mirror of https://github.com/gogs/gogs.git
Adding '|' to the releases page (#7631)
Adding '|' to the releases page `templates/repo/release/list.tmpl` i changed this:  to this:  (yes)pull/7890/head
parent
d8f562b6ad
commit
6b4e8668a1
|
@ -43,7 +43,7 @@
|
||||||
<a href="{{AppSubURL}}/{{.Publisher.Name}}">{{.Publisher.DisplayName}}</a>
|
<a href="{{AppSubURL}}/{{.Publisher.Name}}">{{.Publisher.DisplayName}}</a>
|
||||||
</span>
|
</span>
|
||||||
{{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}}
|
{{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}}
|
||||||
<span class="ahead">{{$.i18n.Tr "repo.release.ahead" .NumCommitsBehind .Target | Str2HTML}}</span>
|
<span class="ahead">| {{$.i18n.Tr "repo.release.ahead" .NumCommitsBehind .Target | Str2HTML}}</span>
|
||||||
</p>
|
</p>
|
||||||
<div class="markdown desc">
|
<div class="markdown desc">
|
||||||
{{Str2HTML .Note}}
|
{{Str2HTML .Note}}
|
||||||
|
|
Loading…
Reference in New Issue