fix(m9/T26b): replace lock-badge emoji with text label (CLAUDE.md no-emoji)

Also fix misleading "below" → "above" in the staleness banner: the
Effective inherited set card renders above the main editor area.
This commit is contained in:
Joseph Doherty
2026-06-18 13:17:47 -04:00
parent 68c0f7ac59
commit 45ad36c115
@@ -298,7 +298,7 @@
<i class="bi bi-info-circle me-1"></i> <i class="bi bi-info-circle me-1"></i>
<strong>Base template changed</strong> — <strong>Base template changed</strong> —
@_resolved.Staleness.DifferingMemberCount inherited member(s) differ from this template's stored copy. @_resolved.Staleness.DifferingMemberCount inherited member(s) differ from this template's stored copy.
The effective set below reflects the live base; a deploy resolves fresh. The effective set above reflects the live base; a deploy resolves fresh.
</div> </div>
} }
@@ -552,7 +552,7 @@
<td> <td>
@if (m.IsBaseLocked) @if (m.IsBaseLocked)
{ {
<span class="badge bg-warning text-dark" title="A base template forbids overriding this member.">🔒 Base-locked</span> <span class="badge bg-warning text-dark" title="A base template forbids overriding this member.">Base-locked</span>
} }
else if (m.IsLocked) else if (m.IsLocked)
{ {