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> </th> </thead> <tbody> <%= render @shipping_method.regions %> </tbody> </table>
Version data entries
30 entries across 30 versions & 1 rubygems