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_core-0.50.2 app/views/admin/prototypes/available.html.erb
spree_core-0.50.1 app/views/admin/prototypes/available.html.erb
spree_core-0.50.0 app/views/admin/prototypes/available.html.erb
spree_core-0.40.3 app/views/admin/prototypes/available.html.erb
spree_core-0.40.2 app/views/admin/prototypes/available.html.erb
spree_core-0.40.1 app/views/admin/prototypes/available.html.erb
spree_core-0.40.0 app/views/admin/prototypes/available.html.erb
spree_core-0.30.1 app/views/admin/prototypes/available.html.erb
spree_core-0.30.0 app/views/admin/prototypes/available.html.erb
spree-0.11.2 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
spree-0.11.1 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
spree_core-0.30.0.beta1 app/views/admin/prototypes/available.html.erb
spree-0.11.0 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
spree-0.10.2 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
spree-0.10.1 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
spree-0.10.0 vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb
spree-0.10.0.beta vendor/extensions/theme_default/app/views/admin/prototypes/available.html.erb