Sha256: 6a04a73f1442b30ac74a72004978df1b2c13752347e39eebe4b7e4d09a5b9f13

Contents?: true

Size: 219 Bytes

Versions: 29

Compression:

Stored size: 219 Bytes

Contents

<h1>Editing address</h1>

<%= error_messages_for :address %>

<% form_for(@address) do |f| %>
  <p>
    <%= f.submit "Update" %>
  </p>
<% end %>

<%= link_to 'Show', @address %> |
<%= link_to 'Back', addresses_path %>

Version data entries

29 entries across 29 versions & 5 rubygems

Version Path
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/edit.html.erb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/edit.html.erb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/integration/app/app/views/addresses/edit.html.erb
ultrasphinx-1.5.3 test/integration/app/app/views/addresses/edit.html.erb
ultrasphinx-1.6.7 test/integration/app/app/views/addresses/edit.html.erb
ultrasphinx-1.9 test/integration/app/app/views/addresses/edit.html.erb
ultrasphinx-1.8 test/integration/app/app/views/addresses/edit.html.erb
ultrasphinx-1.7 test/integration/app/app/views/addresses/edit.html.erb
ultrasphinx-1.6 test/integration/app/app/views/addresses/edit.html.erb