Sha256: 1a57602db0d7188167b4289993ea0e7f2ff004eb2ec127247d2b5bbf2c0f6d86
Contents?: true
Size: 430 Bytes
Versions: 31
Compression:
Stored size: 430 Bytes
Contents
<turbo-frame id="page_content"> <%= fields_for(@page) do |f| %> <% f.fields_for "#{@locale}_content".to_sym, build_parts(f.object, @parts) do |ff| %> <%= ff.hidden_field :type, value: ff.object.class %> <%= ff.hidden_field :name %> <%= ff.hidden_field :title %> <%= render "spina/admin/parts/#{parts_partial_namespace(ff.object.class.to_s)}/form", f: ff %> <% end %> <% end %> </turbo-frame>
Version data entries
31 entries across 31 versions & 1 rubygems