<%= image_tag avatar_path(user, :icon_small), class: 'img-circle pull-left' %>
<%= user.full_name %>
">
<%=t "experiments.canvas.full_zoom.modal_manage_users.user_join", date: l(umm.created_at, format: :full_date) %>
<% if can_remove_user_from_module(@my_module) then %>
<%= link_to my_module_user_my_module_path(@my_module, umm, format: :json), method: :delete, remote: true, class: 'btn btn-link remove-user-link' do %>
<% end %>
<% end %>