Sha256: cbf48c67faa6f2468053eed08c0512d4a9da96ad91de37bba366967f9d338158

Contents?: true

Size: 467 Bytes

Versions: 9

Compression:

Stored size: 467 Bytes

Contents

<%= error_messages_for 'comment' %>
<!--[form:comment]-->
<p>
  <label for="comment_author">Author:</label><br/>
  <%= text_field 'comment', 'author'  %>
</p>
<p>
  <label for="comment_url">Url:</label><br/>
  <%= text_field 'comment', 'url'  %>
</p>
<p>
  <label for="comment_email">Email:</label><br/>
  <%= text_field 'comment', 'email'  %>
</p>
<p>
  <label for="comment_body">Body:</label><br/>
  <%= text_area 'comment', 'body'  %>
</p>
<!--[eoform:comment]-->

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/comments/_form.rhtml
typo-3.99.2 app/views/admin/comments/_form.rhtml
typo-3.99.3 app/views/admin/comments/_form.rhtml
typo-3.99.1 app/views/admin/comments/_form.rhtml
typo-4.0.2 app/views/admin/comments/_form.rhtml
typo-4.0.0 app/views/admin/comments/_form.rhtml
typo-3.99.4 app/views/admin/comments/_form.rhtml
typo-4.0.1 app/views/admin/comments/_form.rhtml
typo-4.0.3 app/views/admin/comments/_form.rhtml