mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Deployment v1
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class="ha-comment">
|
||||
<div class="ha-headcomment">
|
||||
<div class="ha-commentmetatext">
|
||||
Briefe von und an  
|
||||
Briefwechsel mit  
|
||||
<a class="ha-reversefilter" asp-controller="Index" asp-action="Index">← Alle Briefe</a>
|
||||
</div>
|
||||
@Html.Raw(Model.PersonComment.ParsedComment)
|
||||
@@ -131,7 +131,7 @@
|
||||
</div>
|
||||
@if (Model.ActivePerson != null && Model.AvailablePersons.Where(x => x.Key == Model.ActivePerson).Any()) {
|
||||
<div class="ha-activefilterinfo">
|
||||
Briefe von und an @Model.AvailablePersons.Where(x => x.Key == Model.ActivePerson).First().Name. 
|
||||
Briefwechsel mit @Model.AvailablePersons.Where(x => x.Key == Model.ActivePerson).First().Name. 
|
||||
<a class="ha-reversefilter" asp-controller="Index" asp-action="Index">← Auswahl aufheben</a>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user