Sha256: 5ecc75be1c32170e4c41dcd2967ff7c23f876f958fcdcddb1dc798f1277e7ea0

Contents?: true

Size: 1.05 KB

Versions: 19

Compression:

Stored size: 1.05 KB

Contents

<%= render :partial => 'admin/shared/product_sub_menu' %>

<div class='toolbar'>
  <ul class='actions'>
    <li id="new_property_link">
      <%= button_link_to t("new_property"), new_admin_property_url, {:remote => true, :icon => 'add', 'data-update' => 'new_property', :id => 'new_property_link'} %>
    </li>
  </ul>
  <br class='clear' />
</div>

<h1><%= t("properties") %></h1>

<div id="new_property"></div>

<%= image_tag "spinner.gif", :plugin=>"spree", :style => "display:none", :id => 'busy_indicator' %>

<table class="index" id='listing_properties'>
  <thead>
    <tr>
      <th><%= t("name") %></th>
      <th><%= t("presentation") %></th>
      <th></th>
    </tr>
  </thead>
  <tbody>
    <% @properties.each do |property| %>
      <tr id="<%= dom_id property %>">
        <td><%= property.name %></td>
        <td><%= property.presentation %></td>
        <td class="actions">
          <%= link_to_edit(property, :class => 'edit') %>
          &nbsp;
          <%= link_to_delete(property) %>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

19 entries across 19 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/properties/index.html.erb
My-Commerce_core-1.1.0 app/views/admin/properties/index.html.erb
My-Commerce_core-1.0.0 app/views/admin/properties/index.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/properties/index.html.erb
MyCommerce-0.0.3 core/app/views/admin/properties/index.html.erb
rfcommerce_core-0.0.3 app/views/admin/properties/index.html.erb
spree_core-0.60.6 app/views/admin/properties/index.html.erb
spree_core-0.60.5 app/views/admin/properties/index.html.erb
spree_core-0.50.4 app/views/admin/properties/index.html.erb
spree_core-0.60.4 app/views/admin/properties/index.html.erb
spree_core-0.50.3 app/views/admin/properties/index.html.erb
spree_core-0.60.3 app/views/admin/properties/index.html.erb
spree_core-0.60.2 app/views/admin/properties/index.html.erb
spree_core-0.60.1 app/views/admin/properties/index.html.erb
spree_core-0.60.0 app/views/admin/properties/index.html.erb
spree_core-0.60.0.RC1 app/views/admin/properties/index.html.erb
spree_core-0.50.2 app/views/admin/properties/index.html.erb
spree_core-0.50.1 app/views/admin/properties/index.html.erb
spree_core-0.50.0 app/views/admin/properties/index.html.erb