Sha256: 03fb7105a4a456642ec3874760473d73084021ebab7be836ced64b681fdaaf55
Contents?: true
Size: 968 Bytes
Versions: 3
Compression:
Stored size: 968 Bytes
Contents
<%= error_messages_for 'comment' %> <%= hidden_field_tag 'article_id', @article.id %> <fieldset> <legend><%= _("Add a comment") %></legend> <div> <label for="comment_author" class='float'><%= _("Author")%></label> <p class='input_text_title'> <%= text_field 'comment', 'author', :class => 'small medium' %> </p> </div> <div> <label for="comment_url" class='float'><%= _("Url") %></label> <p class='input_text_title'> <%= text_field 'comment', 'url', :class => 'small medium' %> </p> </div> <div> <label for="comment_email" class='float'><%= _("Email")%></label> <p class='input_text_title'> <%= text_field 'comment', 'email', :class => 'small medium' %> </p> </div> <div> <label for="comment_body" class='float'><%= _("Content")%></label> <p class='input_text_title'> <%= text_area 'comment', 'body', { :rows => '10', :class => 'small medium'} %> </p> </div> </fieldset>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typo-5.4.2 | app/views/admin/feedback/_form.html.erb |
typo-5.4.1 | app/views/admin/feedback/_form.html.erb |
typo-5.4 | app/views/admin/feedback/_form.html.erb |