thedrummeraki/tanoshimu

View on GitHub
app/components/badge_component.html.erb

Summary

Maintainability
Test Coverage
<span class="tag is-<%= attributes %>" style="<%= "background-color: #{@background}" if @background %>; <%= "color: #{@colour}" %>; <%= @style %>">
  <%= @content %>
</span>