Sha256: 40f2b33bb9f59c8a905d2a68b04f9bdd9a39c3283e3f9784b910a0431f24a522

Contents?: true

Size: 337 Bytes

Versions: 59

Compression:

Stored size: 337 Bytes

Contents

<h1>Editing option</h1>

<%= error_messages_for :option %>

<% form_for(:option, :url => object_url, :html => { :method => :put }) do |f| %>
  <p>
    <b>Title</b><br />
    <%= f.text_field :title %>
  </p>

  <p>
    <%= submit_tag "Update" %>
  </p>
<% end %>

<%= link_to 'Show', object_url %> |
<%= link_to 'Back', collection_url %>

Version data entries

59 entries across 59 versions & 19 rubygems

Version Path
matid-resource_controller-0.6.5 test/app/views/cms/options/edit.rhtml
spree-0.8.4 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.8.5 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
resource_controller-0.4.9 test/app/views/cms/options/edit.rhtml
resource_controller-0.5.0 test/app/views/cms/options/edit.rhtml
resource_controller-0.5.1 test/app/views/cms/options/edit.rhtml
resource_controller-0.5.2 test/app/views/cms/options/edit.rhtml
resource_controller-0.5.3 test/app/views/cms/options/edit.rhtml
spree-0.4.1 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.4.0 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.5.0 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.5.1 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.6.0 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.7.1 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.7.0 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.8.0 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.8.1 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.8.2 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml
spree-0.8.3 vendor/plugins/resource_controller/test/app/views/cms/options/edit.rhtml