Mergess TraditionRules with TextRules. Added tabs for other Text. Some bugs persist see readme

This commit is contained in:
Simon Martens
2022-11-26 23:15:42 +01:00
parent 49c32dcc6a
commit 6370b70e35
21 changed files with 420 additions and 789 deletions

View File

@@ -64,8 +64,8 @@ public class BriefeMetaViewModel {
}
}
public (BriefeMetaViewModel, string)? Next { get; set; }
public (BriefeMetaViewModel, string)? Prev { get; set; }
public (BriefeMetaViewModel Model, string)? Next { get; set; }
public (BriefeMetaViewModel Model, string)? Prev { get; set; }
public BriefeMetaViewModel(Meta meta, bool hasMarginals) {