Renders a resolved resource (from PhoenixKit.ResourceLinks) as a compact,
clickable chip that deep-links to where the resource lives — the record an
activity happened on, or a comment is attached to.
Mirrors the comments moderation chip: a thumbnail (when the handler supplies
thumb_url) or a type badge, plus the truncated title. Prefixed phoenix_kit
routes SPA-navigate; host-template paths render as a real href (they may
point at a controller page or external URL, where live navigation can't reach).
Render only when a resolved info map is present:
<.resource_link :if={@info} info={@info} />
Summary
Functions
Renders the resource chip for a resolved info map.