orbit-4-2/app/views/admin/member_selects/_user.html.erb

5 lines
194 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<span class="alert alert-info selected_user" id="<%= user.id %>">
<%= content_tag :span, '×', class: 'close remove_user' %>
<%= user.name %>
<%= hidden_field_tag field, user.id %>
</span>