4 lines
194 B
ERB
4 lines
194 B
ERB
<span class="inline-flex items-center px-2 py-0.5 rounded-md text-xs font-medium <%= field.active? ? 'bg-n-teal-3 text-n-teal-11' : 'bg-n-ruby-3 text-n-ruby-11' %>">
|
|
<%= field.to_s %>
|
|
</span>
|