Update Appsettings, Update PageTitle
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
@inherits FsBase
|
||||
|
||||
<PageTitle>@AppSettings.Title - Abgeschlossene Einarbeitungen</PageTitle>
|
||||
<PageTitle>Abgeschlossene Einarbeitungen - @AppSettings.Title</PageTitle>
|
||||
<h2>Abgeschlossene Einarbeitungen</h2>
|
||||
|
||||
@{
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<div class="row m-0">
|
||||
<Repeater Items="@filterList">
|
||||
<ProspectContainer Prospect="context" RemoveInteraction="RemoveInteraction"></ProspectContainer>
|
||||
<ProspectContainer Prospect="context" RemoveInteraction="RemoveInteraction" StateFilter="ProspectStateFilter.Completed"></ProspectContainer>
|
||||
</Repeater>
|
||||
</div>
|
||||
}
|
||||
Reference in New Issue
Block a user