mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 17:55:32 +00:00
Added collection classes. Will not do extra collection for subcomments rn.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@await Html.PartialAsync("/Views/Shared/_LetterHead.cshtml", (Model.MetaData, false))
|
||||
<div class="ha-letterheadernav">
|
||||
<div class="ha-lettertabs">
|
||||
@if (Model.ParsedText != null && !String.IsNullOrWhiteSpace(Model.ParsedText))
|
||||
@if (!String.IsNullOrWhiteSpace(Model.ParsedText))
|
||||
{
|
||||
<a class="" id="ha-lettertextbtn">Brieftext</a>
|
||||
@if (Model.ParsedMarginals != null)
|
||||
|
||||
Reference in New Issue
Block a user