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>]
|
[<a asp-action="SetGoogleCalendar">@SR["Select a Google calendar"]</a>]
|
||||||
</dd>
|
</dd>
|
||||||
|
<environment names="Development">
|
||||||
<dt>Credits:</dt>
|
<dt>Credits:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
@(Model.Balance?.Credits ?? 0) €
|
@(Model.Balance?.Credits ?? 0) €
|
||||||
[<a asp-action="Credits">@SR["Manage"]</a>]
|
[<a asp-action="Credits">@SR["Manage"]</a>]
|
||||||
</dd>
|
</dd>
|
||||||
|
</environment>
|
||||||
|
|
||||||
<dt>Usage disque</dt>
|
<dt>Usage disque</dt>
|
||||||
<dd>
|
<dd>
|
||||||
@if (Model.DiskQuota>0)
|
@if (Model.DiskQuota>0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue