no global credit yet

main
Paul Schneider 9 years ago
parent c2c79cd51c
commit 2e99ffcaa2
1 changed files with 3 additions and 0 deletions

@ -112,11 +112,14 @@
}
[<a asp-action="SetGoogleCalendar">@SR["Select a Google calendar"]</a>]
</dd>
<environment names="Development">
<dt>Credits:</dt>
<dd>
@(Model.Balance?.Credits ?? 0) &euro;
[<a asp-action="Credits">@SR["Manage"]</a>]
</dd>
</environment>
<dt>Usage disque</dt>
<dd>
@if (Model.DiskQuota>0)

Loading…