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 %>">&nbsp;</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

Version Path
noodall-ui-0.5.15 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.14 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.13 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.12 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.11 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.4.11 lib/generators/noodall/node/templates/admin_template.html.erb
noodall-ui-0.4.10 lib/generators/noodall/node/templates/admin_template.html.erb
noodall-ui-0.5.10 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.9 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.4.9 lib/generators/noodall/node/templates/admin_template.html.erb
noodall-ui-0.5.8 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.4.8 lib/generators/noodall/node/templates/admin_template.html.erb
noodall-ui-0.4.7 lib/generators/noodall/node/templates/admin_template.html.erb
noodall-ui-0.5.7 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.6 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.5 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.4 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.3 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.2 lib/generators/noodall/template/templates/admin_template.html.erb
noodall-ui-0.5.1 lib/generators/noodall/template/templates/admin_template.html.erb