diff --git a/app/views/admin/communication/blocks/templates/sound/_static.html.erb b/app/views/admin/communication/blocks/templates/sound/_static.html.erb index 08326619b00c3bb27491f7690ae9baefab7e2cb4..66ff2a9a761cc9c5de7e3e57b5d032f6f06b889c 100644 --- a/app/views/admin/communication/blocks/templates/sound/_static.html.erb +++ b/app/views/admin/communication/blocks/templates/sound/_static.html.erb @@ -1,3 +1,3 @@ -<%= block_component_static :file %> -<%= block_component_static :title %> -<%= block_component_static :transcription %> +<%= block_component_static block, :file %> +<%= block_component_static block, :title %> +<%= block_component_static block, :transcription %>