Sha256: cd3c0f693b835806553867fc5350339045153a354318863be3780959fbe45a89
Contents?: true
Size: 877 Bytes
Versions: 26
Compression:
Stored size: 877 Bytes
Contents
<h4><%= t("add_option_types") %></h4> <table class="index"> <tr> <th><%= t("name") %></th> <th><%= t("presentation") %></th> <th></th> </tr> <% @available_option_types.each do |ot| %> <tr> <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> <td colspan="3"><%= t('none_available') %></td> </tr> <% end %> </table>
Version data entries
26 entries across 26 versions & 6 rubygems