Guest User

Untitled

a guest
Apr 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <% form_for([@forum, @topic]) do |f| %>
  2. <p>
  3. <b>Subject</b><br />
  4. <%= f.text_field :subject %>
  5. </p>
  6.  
  7. <p>
  8. <b>Body</b><br />
  9. <%= f.text_area :body %>
  10. </p>
  11.  
  12. <p>
  13. <%= f.submit button_name %>
  14. </p>
  15. <% end %>
Add Comment
Please, Sign In to add comment