A website template with lots of features, built with ruby on rails.

edit.html.erb 125B

1234567
  1. <h1>Editing blog_post</h1>
  2. <%= render 'form' %>
  3. <%= link_to 'Show', @blog_post %> |
  4. <%= link_to 'Back', blog_posts_path %>