Sha256: 4fbd844fb39c36270db1ac68f72ecd1278baf2cfc845f4fdb223dad0e7edc845
Contents?: true
Size: 757 Bytes
Versions: 5
Compression:
Stored size: 757 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='image' id='form-submit-button' onclick='this.form.submit()' src='<%= image_path "theme/comment.jpg"%>' /> </p> </div> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems