1 <h1>Editing comment</h1>
3 <%= error_messages_for :comment %>
5 <% form_for(:comment, :url => comment_path(@comment), :html => { :method => :put }) do |f| %>
7 <%= submit_tag "Update" %>
11 <%= link_to 'Show', comment_path(@comment) %> |
12 <%= link_to 'Back', comments_path %>