Sha256: 0fe66bd9e9e0fd1e8c82b0a79e4f1c5027e02702bda8f9abbce43e88c633bdd8

Contents?: true

Size: 353 Bytes

Versions: 30

Compression:

Stored size: 353 Bytes

Contents

<% page_title "edit #{@shipping_method.name}" %>

<div>
  <h1>Edit shipping method</h1>
</div>

<%= render 'form' %>

<table class="table table-striped table-bordered">
  <thead>
    <th>State/Province name</th>
    <th>Change in shipping cost</th>
    <th>&nbsp;</th>
  </thead>
  <tbody>
    <%= render @shipping_method.regions %>
  </tbody>
</table>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.23 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.21 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.20 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.19 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.17 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.16 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.15 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.14 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.14.rc2 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.14.rc1 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.13 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.12 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.11 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.10 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.9 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.8 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.7 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.5 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.4.beta1 app/views/admin/shipping_methods/edit.html.erb
nimbleshop_core-0.0.4 app/views/admin/shipping_methods/edit.html.erb