rubyforgood/casa

View on GitHub
app/components/modal/open_link_component.html.erb

Summary

Maintainability
Test Coverage
<a href="#" role="button" class="btn <%= @class %>" data-bs-toggle="modal" data-bs-target="<%= "##{@target}" %>">
  <% if @icon %>
    <i class="lni mr-10 lni-<%= @icon %>"></i>
  <% end %>
  <%= open_link %>
</a>