Sha256: 70613951bdeee5f09ea76ae14e470a8dce858bc17def945ac700806a9e91644c
Contents?: true
Size: 386 Bytes
Versions: 9
Compression:
Stored size: 386 Bytes
Contents
<%% content_for(:sidebar) do %> <h3>Sidebar</h3> You can add information in the sidebar if you like. <h3>Or not</h3> Or you can leave it out by removing content_for. <%% end %> <div class="box"> <% for attribute in attributes -%> <p> <%%= form.label :<%= attribute.name %> %> <%%= form.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <% end -%> </div>
Version data entries
9 entries across 9 versions & 1 rubygems