Growstuff/growstuff

View on GitHub
app/views/comments/edit.html.haml

Summary

Maintainability
Test Coverage
= content_for :title, "Editing comment"

%p
  Editing comment on
  = link_to @comment.post.subject, @comment.post

= render 'form'