Sha256: 5959fdcbf03a6d9bf0c932face8cc97df0e94bd15030cdf40fd6257a7f51c743
Contents?: true
Size: 498 Bytes
Versions: 15
Compression:
Stored size: 498 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 -%> <% if false -%> <!-- This is for normal forms --> <p> <%%= form.label :<%= attribute.name %> %> <%%= form.<%= attribute.field_type %> :<%= attribute.name %> %> </p> <% end -%> <%%= form.input :<%= attribute.name %> -%> <% end -%> </div>
Version data entries
15 entries across 15 versions & 1 rubygems