Sha256: 4f94769b2097e81887ce4d83b4a507cfe49443ac26a7aafbb48cd54df902ca16
Contents?: true
Size: 769 Bytes
Versions: 35
Compression:
Stored size: 769 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-default 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 & 2 rubygems