File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
templates/package/content Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 <div class="ui form">
55 <div class="field">
66 <label>{{svg "octicon-gear"}} {{ctx.Locale.Tr "packages.arch.registry"}}</label>
7- <div class="markup"><pre class="code-block"><code>[{{.PackageDescriptor.Owner.LowerName}}.{{.PackageRegistryHost}}]
7+ <div class="markup"><pre class="code-block"><code>{{ range $i, $repo := .Repositories }}{{ if $i }}
8+ {{ end }}[{{ $repo }}]
89SigLevel = Optional TrustAll
9- Server = <origin-url data-url="{{AppSubUrl}}/api/packages/{{.PackageDescriptor.Owner.Name}}/arch/$repo/$arch"></origin-url></code></pre></div>
10+ Server = <origin-url data-url="{{AppSubUrl}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/arch/$repo/$arch"></origin-url>
11+ {{ end }}</code></pre></div>
1012 </div>
1113 <div class="field">
1214 <label>{{svg "octicon-sync"}} {{ctx.Locale.Tr "packages.arch.install"}}</label>
You can’t perform that action at this time.
0 commit comments