no global credit yet
This commit is contained in:
parent
4810f3efba
commit
e00c14c812
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) €
|
||||
[<a asp-action="Credits">@SR["Manage"]</a>]
|
||||
</dd>
|
||||
</environment>
|
||||
|
||||
<dt>Usage disque</dt>
|
||||
<dd>
|
||||
@if (Model.DiskQuota>0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue