Sha256: f72f5b6888f7f43afa358c2581f1cf8621a3b2d19792132ce4c7d96b638554e5
Contents?: true
Size: 1.4 KB
Versions: 12
Compression:
Stored size: 1.4 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/body', :locals => { :f => f } %> <%% content_for :component_table do %> <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
12 entries across 12 versions & 1 rubygems