Sha256: 4b805c4ad93fa8c9c1a1e2727b986b5ebd77bb0c3dc94996e353c1945889daa1
Contents?: true
Size: 1.48 KB
Versions: 96
Compression:
Stored size: 1.48 KB
Contents
<% for attribute in attributes -%> <p> <span class="tooltip" title="Enter a<%= 'n' if ['a','e','i','o','u'].include?(attribute.name.downcase[0]) %> <%= attribute.name %>"> </span> <%%= f.label :<%= attribute.name %> %><br/> <span class="input-wrap"><%%= f.<%= attribute.field_type %> :<%= attribute.name %> %></span> </p> <% end -%> <%%= render :partial => 'noodall/admin/nodes/body', :locals => { :f => f } %> <%% content_for :component_table do %> <!-- modify this table to look like your template and link slots to correct anchors <table class="component-table"> <tr> <td rowspan="2" class="content"></td> <td colspan="2" rowspan="4" class="content"></td> <td><a href="#small_component_form_0" class="slot_link">4</a></td> </tr> <tr> <td><a href="#small_component_form_1" class="slot_link">5</a></td> </tr> <tr> <td></td> <td><a href="#small_component_form_2" class="slot_link">6</a></td> </tr> <tr> <td></td> <td><a href="#small_component_form_3" class="slot_link">7</a></td> </tr> <tr> <td></td> <td colspan="2"><a href="#wide_component_form_0" class="slot_link">1</a></td> <td></td> </tr> <tr> <td></td> <td colspan="2"><a href="#wide_component_form_1" class="slot_link">2</a></td> <td></td> </tr> <tr> <td></td> <td colspan="2"><a href="#wide_component_form_2" class="slot_link">3</a></td> <td></td> </tr> <tr> <td></td> <td></td> <td></td> <td></td> </tr> </table> --> <%% end -%>
Version data entries
96 entries across 96 versions & 1 rubygems