saasbook/esaas-engagements

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

Summary

Maintainability
Test Coverage
.page-header
    %h1 Edit Comment

= render partial: 'form', locals: {commentable: @comment.commentable}