Sha256: d88d0fd2a922352867f7f5d78103f3d64bb46a7c65088502faeb36df20e1d77e
Contents?: true
Size: 534 Bytes
Versions: 5
Compression:
Stored size: 534 Bytes
Contents
<h2><%= @form_action[/\/new$/] ? 'New' : 'Edit' %> Journal</h2> <%= errors_on @journal %> <form class="edit-form" action="<%= Rs(@form_action) %>" method="post" enctype="multipart/form-data"> <%= form_p :title, :model => @journal %> <%= live_name_field @journal %> <%= live_tags_field @journal %> <%= form_p :body, :model => @journal, :type => 'textarea', :description => 'Body (<a href="/documentation/formatting" />Formatting Help</a>)' %> <%= attachment_form @journal %> <input type="submit" name="submit" /> </form>
Version data entries
5 entries across 5 versions & 1 rubygems