We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854d3f0 commit 08da261Copy full SHA for 08da261
templates/repo/release/list.tmpl
@@ -55,7 +55,7 @@
55
<p class="text grey">
56
<span class="author">
57
{{if .OriginalAuthor}}
58
- {{svg "octicon-mark-github" 20 "gt-mr-2"}}{{.OriginalAuthor}}
+ {{svg (MigrationIcon .Repo.GetOriginalURLHostname) 20 "gt-mr-2"}}{{.OriginalAuthor}}
59
{{else if .Publisher}}
60
{{ctx.AvatarUtils.Avatar .Publisher 20 "gt-mr-2"}}
61
<a href="{{.Publisher.HomeLink}}">{{.Publisher.GetDisplayName}}</a>
0 commit comments