Sha256: 635a13f697602505cf9ff089f110e7bd67e4493e4a5803146877699886e88405
Contents?: true
Size: 847 Bytes
Versions: 35
Compression:
Stored size: 847 Bytes
Contents
<table class="table table-condensed table-bordered"> <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"> <td><%= prototype.name %></td> <td class="actions actions-1"> <%= link_to_with_icon 'save', Spree.t(:select), select_admin_prototype_url(prototype), class: 'btn btn-success btn-sm ajax select_properties_from_prototype', no_text: true %> </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
35 entries across 35 versions & 1 rubygems