Guest User

Untitled

a guest
Jun 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <%= form_tag({:action => "add_comment", :id => @article, :last_comment => last_id}, :id => "comment-form", :class => "forms") %>
  2.  
  3. <h2><label for="comment_text"><%= t 'news.leave_comment' %></label></h2>
  4.  
  5. <%= text_area "comment", "text" %>
  6.  
  7. <br/>
  8.  
  9. <center><%= submit_tag t('button.add'), :class => "submit", :id => "submit-comment" %></center>
Add Comment
Please, Sign In to add comment