Initial commit to the repo
[kwestie.git] / app / views / comments / edit.rhtml
blob388fe3deaf4a6b4c305bb0ed95f7192339a3323b
1 <h1>Editing comment</h1>
3 <%= error_messages_for :comment %>
5 <% form_for(:comment, :url => comment_path(@comment), :html => { :method => :put }) do |f| %>
6   <p>
7     <%= submit_tag "Update" %>
8   </p>
9 <% end %>
11 <%= link_to 'Show', comment_path(@comment) %> |
12 <%= link_to 'Back', comments_path %>