Guest User

Untitled

a guest
Jun 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <% form_for([@category, @post, @comment]) do |f| -%>
  2. <p>
  3. <%= f.label :login, "Pseudonyme" %>&nbsp;:&nbsp;
  4. <%= f.text_field :login %>
  5. </p>
  6. <p>
  7. <%= f.label :email, "Email" %>&nbsp;:&nbsp;
  8. <%= f.text_field :email %>
  9. </p>
  10. <p>
  11. <%= f.label :website, "Site Web" %>&nbsp;:&nbsp;
  12. <%= f.text_field :website %>
  13. </p>
  14. <p>
  15. <%= f.label :body, "Commentaire" %>&nbsp;:<br />
  16. <%= f.text_area :body %>
  17. </p>
  18. <p>
  19. <%= f.submit button_name %>
  20. </p>
  21. <% end -%>
Add Comment
Please, Sign In to add comment