Sha256: f9cb1aff0f64c28b78c20a15b08e57a352649e175e668d1a8c0f1d595802c4ab

Contents?: true

Size: 643 Bytes

Versions: 3

Compression:

Stored size: 643 Bytes

Contents

<div class="comment-form">
  <form action="<%= post_path @post %>/comments" method="POST">
    <p>
      <label>Name</label><br/>
      <input type="text" name="name" size="40" value="<%= @params['name'] %>"/>
    </p>
    <p>
      <label>Website</label><br/>
      <input type="text" name="website" size="40" value="<%= @params['website'] %>"/>
    </p>
    <p>
      <label>Comment</label><br/>
      <textarea name="text" cols="60" rows="10"><%= @params['text'] %></textarea>
    </p>
    <p>
      <input type="submit" value="Post comment"/>
      <input type="checkbox" name="preview" value="1"/>
      Preview
    </p>
  </form>
</div>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
georgi-shinmun-0.5 templates/_comment_form.rhtml
shinmun-0.5.2 templates/_comment_form.rhtml
shinmun-0.5 templates/_comment_form.rhtml