We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4869684 commit 21b4435Copy full SHA for 21b4435
templates/package/view.tmpl
@@ -62,7 +62,9 @@
62
{{template "package/metadata/rubygems" .}}
63
{{template "package/metadata/swift" .}}
64
{{template "package/metadata/vagrant" .}}
65
+ {{if not (and (eq .PackageDescriptor.Package.Type "container") .PackageDescriptor.Metadata.Manifests)}}
66
<div class="item">{{svg "octicon-database" 16 "gt-mr-3"}} {{FileSize .PackageDescriptor.CalculateBlobSize}}</div>
67
+ {{end}}
68
</div>
69
{{if not (eq .PackageDescriptor.Package.Type "container")}}
70
<div class="ui divider"></div>
0 commit comments