Kleinere optische Anpassungen
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
<PageTitle>Einarbeitungen</PageTitle>
|
||||
|
||||
<h4>Aktuelle Einarbeitungen</h4>
|
||||
<h2>Aktuelle Einarbeitungen</h2>
|
||||
|
||||
<Button
|
||||
Color="Color.Primary"
|
||||
@@ -26,7 +26,7 @@
|
||||
{
|
||||
<hr />
|
||||
<h4>Aktuell:</h4>
|
||||
<div class="row">
|
||||
<div class="row m-0">
|
||||
<Repeater Items="@activeProspects">
|
||||
<ProspectContainer Prospect="context" InteractionModal="InteractionModal" ProspectModal="ProspectModal" RemoveInteraction="@RemoveInteraction"></ProspectContainer>
|
||||
</Repeater>
|
||||
@@ -41,7 +41,7 @@
|
||||
{
|
||||
<hr />
|
||||
<h4>Abgeschlossen:</h4>
|
||||
<div class="row">
|
||||
<div class="row m-0">
|
||||
<Repeater Items="@completedProspects">
|
||||
<ProspectContainer Prospect="context" InteractionModal="InteractionModal" ProspectModal="ProspectModal" RemoveInteraction="@RemoveInteraction"></ProspectContainer>
|
||||
</Repeater>
|
||||
|
||||
Reference in New Issue
Block a user