Sha256: 3a92c6276ef0553ef6791dfd081d565dfe9ff7c606cfe785160bc956358c88e5
Contents?: true
Size: 366 Bytes
Versions: 94
Compression:
Stored size: 366 Bytes
Contents
<%%= fields_for :node do |n| %> <%%= n.fields_for slot_name, component do |f| %> <%%= f.hidden_field :_type %> <% for attribute in attributes -%> <p> <%%= f.label :<%= attribute.name %> %><br/> <span class="input-wrap"><%%= f.<%= attribute.field_type %> :<%= attribute.name %> %></span> </p> <% end -%> <%% end end %>
Version data entries
94 entries across 94 versions & 1 rubygems