%# Compact icon uploader. Locals: form - the form builder field - symbol for the file field (:icon or :icon_dark) label - heading text help - small helper paragraph (optional) current_attached - the attachment to show as "current" preview current_label - text for the preview row (e.g. "Current icon") preview_extra_class - extra css for the preview img (e.g. "bg-gray-900") %>
<%= help %>
<% end %> <% if current_attached&.attached? && current_attached.blob&.persisted? && current_attached.blob.key.present? %><%= current_label %>
<%= number_to_human_size(current_attached.blob.byte_size) %>
PNG, JPG, GIF or SVG · max 2MB