Files
fizzy/app/views/bubbles/users/_select_option.html.erb
T
2024-11-25 16:25:42 -06:00

8 lines
228 B
Plaintext

<div class="flex gap-half justify-space-between align-center" style="--btn-icon-size: 1rem">
<%= user.name %>
<% if bubble.assigned_to?(user) %>
<%= image_tag "check.svg", aria: { hidden: "true" } %>
<% end %>
</div>