File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
templates/package/content Expand file tree Collapse file tree 1 file changed +3
-3
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>{{ range $i, $repo := .Repositories }}{{ if $i }}
8- {{ end }}[{{ $repo }}]
7+ <div class="markup"><pre class="code-block"><code>{{range $i, $repo := .Repositories}}{{if $i}}
8+ {{end}}[{{$repo}}]
99SigLevel = Optional TrustAll
1010Server = <origin-url data-url="{{AppSubUrl}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/arch/$repo/$arch"></origin-url>
11- {{ end }}</code></pre></div>
11+ {{end}}</code></pre></div>
1212 </div>
1313 <div class="field">
1414 <label>{{svg "octicon-sync"}} {{ctx.Locale.Tr "packages.arch.install"}}</label>
You can’t perform that action at this time.
0 commit comments