anthonymidili/Bullhorn

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

Summary

Maintainability
Test Coverage
- provide :title, 'New comment'
.row.center-content
  .col-12.col-md-8
    .mb-3= render @commentable
    .links.mb-3
      = link_to path_to_commentable(@commentable), title: 'Back' do
        %i.fa-solid.fa-hand-point-left
        Back
    = render 'form', commentable: @commentable, comment: @comment
    = render 'comments/box', commentable: @commentable