Sha256: 9c6f59ee1f871093a0708426fc1434d82149736ad8f9759d15e55cb1724a1d9e

Contents?: true

Size: 584 Bytes

Versions: 37

Compression:

Stored size: 584 Bytes

Contents

<table class="index">
	<thead>
		<tr>
			<th><%= t("name") %></th>
			<th></th>
		</tr>
	</thead>
	<tbody>
    <% @prototypes.each do |prototype| %>
      <tr id="row_<%= prototype.id %>">
        <td><%= prototype.name %></td>
		    <td class="actions">
		      <%= link_to icon('add') + ' ' + t("select"), select_admin_prototype_url(prototype), 
		                  :class => 'ajax iconlink select_properties_from_prototype' %>
				</td>
      </tr>
    <% end %>
    <% if @prototypes.empty? %>
     <tr><td colspan="2"><% t("none") %>.</td></tr>
    <% end %>
  </tbody>
</table>

Version data entries

37 entries across 37 versions & 7 rubygems

Version Path
spree-0.11.4 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
apispree_core-0.0.0 app/views/admin/prototypes/available.html.erb
My-Commerce_core-1.1.0 app/views/admin/prototypes/available.html.erb
My-Commerce_core-1.0.0 app/views/admin/prototypes/available.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/prototypes/available.html.erb
MyCommerce-0.0.3 core/app/views/admin/prototypes/available.html.erb
rfcommerce_core-0.0.3 app/views/admin/prototypes/available.html.erb
spree_core-0.60.6 app/views/admin/prototypes/available.html.erb
spree_core-0.60.5 app/views/admin/prototypes/available.html.erb
spree-0.11.3 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
spree_core-0.30.2 app/views/admin/prototypes/available.html.erb
spree_core-0.40.4 app/views/admin/prototypes/available.html.erb
spree_core-0.50.4 app/views/admin/prototypes/available.html.erb
spree_core-0.60.4 app/views/admin/prototypes/available.html.erb
spree_core-0.50.3 app/views/admin/prototypes/available.html.erb
spree_core-0.60.3 app/views/admin/prototypes/available.html.erb
spree_core-0.60.2 app/views/admin/prototypes/available.html.erb
spree_core-0.60.1 app/views/admin/prototypes/available.html.erb
spree_core-0.60.0 app/views/admin/prototypes/available.html.erb
spree_core-0.60.0.RC1 app/views/admin/prototypes/available.html.erb