mirror of
https://github.com/discourse/discourse.git
synced 2026-08-08 12:08:12 -05:00
Extracts the help resources section from the reviewable item template into a separate `ReviewableHelpResources` component. The help resources are now conditionally rendered based on a `@showHelp` parameter, allowing them to be shown only when viewing a single reviewable item (review/show route) and hidden in the queue list view. Also removes unused "Copy Link" and "View Source" buttons from the moderator actions section, and adjusts the claimed topic section to only render when claim functionality is enabled.