Bugfix global doodad footer template rendering

This commit is contained in:
Jesse C. Fisher 2023-11-22 12:24:45 +00:00 committed by TheNeedful-DO
parent 0114233f59
commit cc102a5e2b

View File

@ -6,4 +6,4 @@
= link_to token.name, token
.global-doodads
%h1 Global Doodads
= render @global_doodads
= render collection: @global_doodads, partial: "doodads/doodad"