Adding a syndicate pairing page with some notes

This commit is contained in:
2026-07-17 17:12:39 -04:00
parent 8fa0422be4
commit e64193639e
50 changed files with 1689 additions and 398 deletions
+2 -2
View File
@@ -27,10 +27,10 @@
<a class="deck-card" href="/decks/@Uri.EscapeDataString(deck.Name)">
<div class="deck-card-body">
<h2 class="deck-card-title">@deck.Name</h2>
@if (deck.Factions.Count > 0)
@if (deck.Syndicates.Count > 0)
{
<div class="deck-card-factions">
@foreach (var f in deck.Factions)
@foreach (var f in deck.Syndicates)
{
<span class="faction-badge">@f</span>
}