SpinaCMS/Spina

View on GitHub
app/components/spina/user_interface/tab_link_component.html.erb

Summary

Maintainability
Test Coverage
<%= link_to @url, class: "block px-3 leading-relaxed py-1 hover:text-gray-800 rounded-md text-gray-400 font-medium text-sm flex items-center whitespace-nowrap #{css_classes}" do %>
  <%= content || @name %>
<% end %>