You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use notice component on detail page via notice-open
Split notice into notice-open (outputs wrapper + icon) and notice
(adds Content span). Complex content like the detail page untagged
warning uses notice-open directly with inline template content.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
{{if .TrunkOnly}}<pclass="font-medium">No tagged releases in SVN</p>
31
30
<pclass="mt-1">This plugin releases exclusively via SVN trunk. Install with <codeclass="text-xs font-mono bg-amber-100 px-1 py-0.5 rounded">dev-trunk</code> — Composer will pin to a specific SVN revision in your lock file. <buttononclick="openTagRequest('{{.Package.Name}}')" class="font-medium underline underline-offset-2 hover:no-underline cursor-pointer">Ask the author to tag their releases</button> or see <ahref="/untagged" class="font-medium underline underline-offset-2 hover:no-underline">all untagged plugins</a>.</p>
32
31
{{else}}<pclass="font-medium">Latest version not tagged in SVN</p>
0 commit comments