Sha256: 7573dda25c143a60db0e27a84348ba1a49424a8327ecb55d7a7e794ce4bff31b
Contents?: true
Size: 391 Bytes
Versions: 81
Compression:
Stored size: 391 Bytes
Contents
<h1>Editing <%= singular_name.titleize %></h1> <%%= error_messages_for :<%= singular_name %> %> <%% form_for(:<%= singular_name %>, :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
81 entries across 81 versions & 21 rubygems