Files
chatwoot/app/views/fields/status_field/_index.html.erb
2025-12-19 12:14:23 -08:00

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>