Sha256: 6aa749022ed5db637836445be931fceeaff25b78bce29ab652ad0d04927120b7
Contents?: true
Size: 303 Bytes
Versions: 4
Compression:
Stored size: 303 Bytes
Contents
<h1>Edit Retailer</h1> <% form_for(@retailer, :url => object_url, :html => { :multipart => true, :method => :put }) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p class="form-buttons"> <%= button t("update") %> <%= link_to t('cancel'), collection_url %> </p> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems