bug fixes( mobile ansicht delele overlay fixed) wartet auf testing. Status offensichtlicher gemacht
This commit is contained in:
@ -20,14 +20,18 @@
|
||||
|
||||
@if (Status != null)
|
||||
{
|
||||
<p class="mt-3"><strong>Status:</strong>
|
||||
<p class="mt-2"><strong>Status: </strong>
|
||||
@if (Status == true)
|
||||
{
|
||||
@Localizer["Zusage"]<br />
|
||||
<span class ="fontsizeInf">@Localizer["Zugesagt"]</span>
|
||||
|
||||
<br />
|
||||
<button class="btn btn-danger" @onclick="Absage">@Localizer["Absagen"]</button>
|
||||
} else
|
||||
{
|
||||
@Localizer["Absage"]<br />
|
||||
<span class="fontsizeInf"> @Localizer["Abgesagt"]</span>
|
||||
|
||||
<br class="mt-2" />
|
||||
<button class="btn btn-success" @onclick="Zusage">@Localizer["Zusagen"]</button>
|
||||
}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user