Sha256: ea36ad22a4bdba7f5dfb8980d22974623e2dc162fda375ff7542fc6a6ebe73a8
Contents?: true
Size: 334 Bytes
Versions: 11
Compression:
Stored size: 334 Bytes
Contents
<h1>Editing Option</h1> <%= error_messages_for :option %> <%= form_for(:option, :url => object_url, :html => { :method => :put }) do |f| %> <%= render :partial => "form", :locals => { :f => f } %> <p> <%=submit_tag "Update"%> </p> <% end %> <br/> <%= link_to 'Show', object_url %> | <%= link_to 'Back', collection_url %>
Version data entries
11 entries across 11 versions & 3 rubygems