<%= link_to 'Your Blog Posts', posts_path %>: Add a new post

<% form_for(:post, :url => posts_path) do |form| %>
Blog Post Details <%= render :partial => "form", :locals => { :form => form } %> <%= submit_tag "Create", :class => "submit" %>
<% end %>