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

2 lines
94 B
ERB

<%= image_tag field.avatar_url, class: "w-8 h-8 rounded-full" if field.avatar_url.present? %>