Sha256: 4d2419ac954279a985a6860ca2ebb033434337f0b56877b9ecdc13b97ec798fb
Contents?: true
Size: 808 Bytes
Versions: 56
Compression:
Stored size: 808 Bytes
Contents
<table class="index"> <colgroup> <col style="width: 80%" /> <col style="width: 20%" /> </colgroup> <thead> <tr data-hook="available_header"> <th><%= Spree.t(:name) %></th> <th class="actions"></th> </tr> </thead> <tbody> <% @prototypes.each do |prototype| %> <tr id="row_<%= prototype.id %>" data-hook="available_row" class="<%= cycle('odd', 'even')%>"> <td><%= prototype.name %></td> <td class="actions"> <%= link_to Spree.t(:select), select_admin_prototype_url(prototype), :class => 'ajax button select_properties_from_prototype fa fa-ok' %> </td> </tr> <% end %> <% if @prototypes.empty? %> <tr data-hook="available_none"><td colspan="2"><% Spree.t(:none) %>.</td></tr> <% end %> </tbody> </table>
Version data entries
56 entries across 56 versions & 2 rubygems