File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
templates/package/content Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3538,6 +3538,7 @@ versions = Versions
35383538versions.view_all = View all
35393539dependency.id = ID
35403540dependency.version = Version
3541+ search_in_external_registry = Search in %s
35413542alpine.registry = Setup this registry by adding the url in your <code>/etc/apk/repositories</code> file:
35423543alpine.registry.key = Download the registry public RSA key into the <code>/etc/apk/keys/</code> folder to verify the index signature:
35433544alpine.registry.info = Choose $branch and $repository from the list below.
Original file line number Diff line number Diff line change 3535 </tr>
3636 </thead>
3737 <tbody>
38+ {{$tooltipSearchInNuget := ctx.Locale.Tr "packages.search_in_external_registry" "nuget.org"}}
3839 {{range $framework, $dependencies := .PackageDescriptor.Metadata.Dependencies}}
3940 {{range $dependencies}}
4041 <tr>
41- <td>{{.ID}}</td>
42- <td>{{.Version}}</td>
42+ <td>{{.ID}} <a target="_blank" rel="noreferrer" href="https://www.nuget.org/packages/{{.ID}}" data-tooltip-content="{{$tooltipSearchInNuget}}">{{svg "octicon-link-external"}}</a> </td>
43+ <td>{{.Version}} <a target="_blank" rel="noreferrer" href="https://www.nuget.org/packages/{{.ID}}/{{.Version}}" data-tooltip-content="{{$tooltipSearchInNuget}}">{{svg "octicon-link-external"}}</a> </td>
4344 <td>{{$framework}}</td>
4445 </tr>
4546 {{end}}
You can’t perform that action at this time.
0 commit comments