Sha256: 41c2d9a97925d345c4a564f5a0820193b2a71016472093888802eee373e7b5a7

Contents?: true

Size: 800 Bytes

Versions: 5

Compression:

Stored size: 800 Bytes

Contents

<div style="display: none;" id="postreply_<%= reply.id %>" class="postreply">
  <form class="postreply" id="postreply_<%= reply.id %>" action="<%= url_for :controller => 'post', :action => 'reply', :id => reply.id %>" method="post">
    <p><label for="comment_subject_<%= reply.id %>">Subject</label><br />
    <input type="text" name="comment[subject]" id="comment_subject_<%= reply.id %>" /></p>
    <p><label for="comment_posted_by_<%= reply.id %>">Posted By</label><br />
    <input type="text" name="comment[posted_by]" id="comment_posted_by_<%= reply.id %>" /></p>
    <p><textarea name="comment[body]" id="comment_body_<%= reply.id %>"></textarea></p>
    <p><input id="reply_submit_<%= reply.id %>" type="submit" value="Reply" onclick="return sendReply('<%= reply.id %>');"/>
  </form>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

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