Sha256: 0cee79f7ac87bd70321838a3f105b06a3fe0cedc6511c5e33ddfc184cc0c748a

Contents?: true

Size: 284 Bytes

Versions: 5

Compression:

Stored size: 284 Bytes

Contents

<%= error_messages_for 'post' %>
<%= form_tag %>
  <p><label for="post_subject">Subject</label><br />
    <%= input('post', 'subject') %></p>
  <p><%= text_area('post', 'body') %></p>
  <p><input id="post_submit" type="submit" name="post_type" value="Post" /></p>
<%= end_form_tag %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
EliteJournal-1.9.400 app/views/post/edit.rhtml
EliteJournal-1.9.401 app/views/post/edit.rhtml
EliteJournal-1.9.403 app/views/post/edit.rhtml
EliteJournal-1.9.480 app/views/post/edit.rhtml
EliteJournal-1.9.492 app/views/post/edit.rhtml