Sha256: da2d9e7ba183b1c0d8dc4f538c48b92f8e876deb3db2835383396b456ea5ecb1
Contents?: true
Size: 338 Bytes
Versions: 11
Compression:
Stored size: 338 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
11 entries across 11 versions & 3 rubygems