Sha256: b3c0708afdc0e99a0a1ba186287f062f06263601261840eb35acd0d0ec4ee1e3

Contents?: true

Size: 386 Bytes

Versions: 5

Compression:

Stored size: 386 Bytes

Contents

<%= error_messages_for 'draft' %>
<%= form_tag %>
  <p><label for="draft_subject">Subject</label><br />
    <%= input('draft', 'subject') %></p>
  <p><label for="tb_url">TrackBack To</label><br />
    <input type="text" name="tb_url" id="tb_url" /></p>
  <p><%= text_area('draft', 'body') %></p>
  <p><input id="draft_submit" type="submit" value="Save Draft" /></p>
<%= end_form_tag %>

Version data entries

5 entries across 5 versions & 1 rubygems

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