aboutsummaryrefslogtreecommitdiff
path: root/templates/garage_website_inspect.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/garage_website_inspect.html')
-rw-r--r--templates/garage_website_inspect.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/garage_website_inspect.html b/templates/garage_website_inspect.html
index c062ab9..37142df 100644
--- a/templates/garage_website_inspect.html
+++ b/templates/garage_website_inspect.html
@@ -24,7 +24,7 @@
<div class="list-group mt-3">
{{ $view := .View }}
- {{ range $wid := .Ctrl.List }}
+ {{ range $wid := .Describe.Websites }}
{{ if eq $wid.Internal $view.Name.Internal }}
<a href="/website/inspect/{{ $wid.Pretty }}" class="list-group-item list-group-item-action active">
{{ $wid.Url }}
@@ -38,8 +38,8 @@
</div>
<p class="text-center mt-2">
- {{ .Ctrl.WebsiteCount.Current }} sites créés sur {{ .Ctrl.WebsiteCount.Max }}<br/>
- Jusqu'à {{ .Ctrl.User.Quota.WebsiteSizeBurstedPretty }} par site web
+ {{ .Describe.AllowedWebsites.Current }} sites créés sur {{ .Describe.AllowedWebsites.Max }}<br/>
+ Jusqu'à {{ .Describe.BurstBucketQuotaSize }} par site web
</p>
</div>
<div class="col-md-9">