Sha256: 46c5ec6503f704db7acec21e25460b8066f3c1868dcd036cffdb4b5da48d99ec
Contents?: true
Size: 438 Bytes
Versions: 7
Compression:
Stored size: 438 Bytes
Contents
<table> <tr> <td><%=t("name")%>:</td> <td><%= f.text_field :name, {"style" => "width:200px"} %></td> </tr> <tr> <td><%=t("zone")%>:</td> <td><%= collection_select(:shipping_method, :zone_id, @available_zones, :id, :name, {}, {"style" => "width:200px"}) %></td> </tr> <tr> <td><%=t("shipping_calculator")%>:</td> <td><%= f.text_field :shipping_calculator, {"style" => "width:200px"} %></td> </tr> </table>
Version data entries
7 entries across 7 versions & 2 rubygems