diff options
Diffstat (limited to 'templates/garage_website_list.html')
-rw-r--r-- | templates/garage_website_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/garage_website_list.html b/templates/garage_website_list.html index ded8096..0f4a3b3 100644 --- a/templates/garage_website_list.html +++ b/templates/garage_website_list.html @@ -15,7 +15,7 @@ <th scope="col">URLs</th> </thead> <tbody> - {{ range $buck := .Key.Buckets }} + {{ range $buck := .S3KeyInfo.Buckets }} {{ if $buck.GlobalAliases }} <tr> <td> |