Prefer explicit partial style in collection render

This commit is contained in:
Matt Jankowski 2026-01-28 08:37:30 -05:00
parent 45dc295cae
commit ec30a75235

View File

@ -20,4 +20,4 @@
%hr.spacer/
= render @featured_tags
= render collection: @featured_tags, partial: 'settings/featured_tags/featured_tag'