anthonymidili/Bullhorn

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

Summary

Maintainability
Test Coverage
= turbo_frame_tag "new_direct" do
  .modal
    .modal_content
      .row.center-content
        .col-12
          = link_to directs_path, class: "close-btn", title: 'Close' do
            %i.fa-solid.fa-xmark
          %h1 New Direct Message

          = render 'form', direct: @direct