Sha256: 04d611f712e714996d18888afb1e2dea1aac33677551598ad031b17afe6c6bfc
Contents?: true
Size: 430 Bytes
Versions: 6
Compression:
Stored size: 430 Bytes
Contents
<h2><%= @form_action[/\/new$/] ? 'New' : 'Edit' %> Page</h2> <%= errors_on @page %> <form class="edit-form" action="<%= Rs(@form_action) %>" method="post" enctype="multipart/form-data"> <%= form_p 'title', :model => @page %> <%= live_name_field @page %> <%= live_tags_field @page %> <%= form_p :body, :model => @page, :type => 'textarea' %> <%= attachment_form @page %> <input type="submit" name="submit" /> </form>
Version data entries
6 entries across 6 versions & 1 rubygems