Guest User

Untitled

a guest
Feb 21st, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <!-- note the use of slice_url -->
  2.  
  3. <h1>New Page</h1>
  4.  
  5. <%= form_for(@page, :action => slice_url(:pages) ) do %>
  6.  
  7. <p>
  8. <%= text_field :title, :label => "Title" %>
  9. </p>
  10.  
  11. <p>
  12. <%= text_area :body, :label => "Body" %>
  13. </p>
  14.  
  15. <p>
  16. <%= submit "Create" %>
  17. </p>
  18. <% end =%>
  19.  
  20. <%= link_to 'Back', slice_url(:pages) %>
Add Comment
Please, Sign In to add comment