Sha256: 97d39a7bc4954324dd6c43f6d1d5247cc418f8cef822b688496cfc1dbfe884dc

Contents?: true

Size: 1.02 KB

Versions: 96

Compression:

Stored size: 1.02 KB

Contents

<div class="component_form_wrap">
  <div id="<%= type %>_component_form_<%= index %>" class="component_form <%= type %>-slot">
      <p class="select_component">
        <%= label_tag "#{ slot_name }_type", "Select the type of component." %>
        <span class="input-wrap"><%= select_tag "#{ slot_name }_type", options, :class => 'component-selector' %></span>
      </p>
      <div id="<%= type %>_component_form_<%= index %>_detail" class="component_form_detail">
        <%= render :partial => "admin/components/#{ component.class.name.underscore.downcase }", :locals => {:component => component, :slot_name => slot_name } unless component.nil? %>
      </div>
      <div class="component_buttons">
        <button class="button form-save" href="#" title="Set this information and close.">Save</button>
        <span class="button form-delete" href="#" title="Remove information and close.">Delete</span>
        <span class="button form-reset" href="#" title="Reset information to last saved state">Cancel</span>
      </div>
  </div>
</div>

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.14 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.13 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.12 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.11 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.4.11 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.4.10 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.10 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.9 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.4.9 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.8 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.4.8 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.4.7 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.7 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.6 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.5 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.4 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.3 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.2 app/views/noodall/admin/nodes/_slot_form.html.erb
noodall-ui-0.5.1 app/views/noodall/admin/nodes/_slot_form.html.erb