<%# app/views/invite_codes/_invite_code.html.erb %>
<%= invite_code.token %>
<%= button_to invite_code_path(invite_code), method: :delete, data: { confirm: "Are you sure?" }, class: "ml-2 text-red-600 text-xs" do %> <%= icon("trash-2", size: "sm", class: "inline mr-1") %> <% end %>