anthonymidili/Bullhorn

View on GitHub
app/views/reposts/who.html.haml

Summary

Maintainability
Test Coverage
= turbo_frame_tag dom_id(@reposting, "who_reposted") do
  .modal
    .modal_content
      .row
        .col-12
          = link_to @reposting, class: "close-btn", title: "Close" do
            %i.fa-solid.fa-xmark
          %h1 Who reposted this post
          %p
            = @reposting.users_who_reposted.count
            users
          = render 'users/badge', users: @reposting.users_who_reposted