1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-30 02:29:39 +02:00
Maybe/app/views/shared/_form_errors.html.erb

7 lines
222 B
Text
Raw Normal View History

<%# locals: (model:) %>
<div class="flex items-center gap-2">
<%= icon("alert-circle", size: "sm", color: "destructive") %>
<p class="text-destructive text-sm"><%= model.errors.full_messages.to_sentence %></p>
</div>