This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/views/admin/authorizations/_user.html.erb

8 lines
342 B
Plaintext

<li class="filter-item selected_user" id="<%= user.id %>">
<label>
<%= image_tag (user.avatar? ? user.avatar.thumb : 'menber-pic.png'), :class => "user-pic" %>
<span class="user-name"><%= user.name %></span>
<!-- <span>國際事務學院,國際研究英語碩士學位學程</span> -->
</label>
<input type="checkbox">
</li>