noch ein kleiner fix bei den buttons
This commit is contained in:
@ -23,16 +23,12 @@
|
|||||||
<p class="mt-2"><strong>Status: </strong>
|
<p class="mt-2"><strong>Status: </strong>
|
||||||
@if (Status == true)
|
@if (Status == true)
|
||||||
{
|
{
|
||||||
<span class ="fontsizeInf">@Localizer["Zugesagt"]</span>
|
<span class ="fontsizeInf">@Localizer["Zugesagt"]</span><br />
|
||||||
|
<p><button class="btn btn-danger" @onclick="Absage">@Localizer["Absagen"]</button></p>
|
||||||
<br />
|
|
||||||
<button class="btn btn-danger" @onclick="Absage">@Localizer["Absagen"]</button>
|
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
<span class="fontsizeInf"> @Localizer["Abgesagt"]</span>
|
<span class="fontsizeInf"> @Localizer["Abgesagt"]</span><br />
|
||||||
|
<p><button class="btn btn-success" @onclick="Zusage">@Localizer["Zusagen"]</button></p>
|
||||||
<br class="mt-2" />
|
|
||||||
<button class="btn btn-success" @onclick="Zusage">@Localizer["Zusagen"]</button>
|
|
||||||
}
|
}
|
||||||
</p>
|
</p>
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user