Sha256: e8abda5b8672cac5cc4a9b96e5eeb4e345dca270e8ae3fef645386792fcdcf69
Contents?: true
Size: 374 Bytes
Versions: 15
Compression:
Stored size: 374 Bytes
Contents
<table> <tr> <td><%=t("shipping_category")%>:</td> <td><%= f.collection_select(:shipping_category_id, @shipping_categories, :id, :name) %></td> </tr> <tr> <td><%=t("shipping_method")%>:</td> <td><%= f.collection_select(:shipping_method_id, @shipping_methods, :id, :name) %></td> </tr> </table> <%= render "admin/shared/calculator_fields", :f => f %>
Version data entries
15 entries across 15 versions & 2 rubygems