Sha256: fc5fca088af825b018a34931e6b9487ddbb7a7e0e698ac0c6b7d31e2f64fa61e
Contents?: true
Size: 1008 Bytes
Versions: 29
Compression:
Stored size: 1008 Bytes
Contents
<h4><%= t(:add_option_types) %></h4> <table class="index"> <tr data-hook="option_type_header"> <th><%= t(:name) %></th> <th><%= t(:presentation) %></th> <th></th> </tr> <% @available_option_types.each do |ot| %> <tr data-hook="option_type_row"> <td><%= ot.name %></td> <td><%= ot.presentation %></td> <td class="actions"><%= link_to icon('add') + ' ' + t(:select), url_for(:controller => 'admin/option_types', :id => ot, :product_id => @product.permalink, :action => 'select', :option_type_id => ot), :remote => true, :class => 'iconlink' %> </td> </tr> <% end %> <% if @available_option_types.empty? %> <tr data-hook="option_type_empty"> <td colspan="3"><%= t(:none_available) %></td> </tr> <% end %> </table>
Version data entries
29 entries across 29 versions & 1 rubygems