Sha256: 83efb8b235a317e0bffe4ada3d5e2b2b24da1ecbf9b8453afcff5290b195361a

Contents?: true

Size: 714 Bytes

Versions: 1

Compression:

Stored size: 714 Bytes

Contents

<% form_tag @article.comment_url do %>
<div id='commentform'>
  <h3><%= _("Comment")%> <em><%=@article.title%></em></h3>
  <p class='comment'>
    <%= text_field "comment", "author" %>
    <label for="comment_author"><%= _("Your name")%></label>
  </p>
  <p class='comment'>
    <%= text_field "comment", "email" %>
    <label for="comment_email"><%= _("Email address")%></label>
  </p>
  <p class='comment'>
    <%= text_field "comment", "url" %>
    <label for="comment_url"><%= _("Your website")%></label>
  </p>
  <p class='body'>
    <%= text_area 'comment', 'body' %>
  </p>
  <p class='comment_submit'>
    <input type='submit' id='form-submit-button' value="<%= _('comment') %>" />
  </p>
</div>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typo-5.5 themes/true-blue-3/views/articles/_comment_form.html.erb