Name | Member? | <% if current_user.admin? then %>Orientation? | <% end %>Waiver? | Card? | Instructor? | <% if current_user.admin? then %>Admin? | <% end %> <% @certifications.each do |c| %><%= c.name %> | <% end %>||||
---|---|---|---|---|---|---|---|---|---|---|---|
<%= image_tag user.gravatar_url(:default => "http://members.heatsynclabs.org/assets/nil.png"), :class => :avatar %> | <%= link_to user.name, user %> | <%= raw(user.member_status_symbol) %> | <% if current_user.admin? then %><%= user.email %> | <% end %> <% if current_user.admin? then %><%= unless user.orientation.blank? then raw("✓") end %> | <% end %><%= unless user.contracts.blank? then raw("✓") end %> | <%= unless user.cards.blank? then raw("✓") end %> | <%= if user.instructor? then raw("✓") end %> | <% if current_user.admin? then %><%= if user.admin? then raw("✓") end %> | <% end %> <% @certifications.each do |c| %><% user.user_certifications.each do |u| %> <% if u.certification_id == c.id %> <%= link_to raw("✓"), u %> <% end %> <% end %> | <% end %><%= link_to 'Edit', edit_user_path(user) if can? :update, user %> | <%= link_to 'Destroy', user, :confirm => 'Are you sure? WARNING: THIS DOES NOT REMOVE THE USER FROM THE DOOR SYSTEM! DISABLE THEM FIRST.', :method => :delete if can? :destroy, user %> |
There's a lot more to see here, but our records show you haven't completed the new member orientation yet. If that's incorrect, please contact a volunteer.
<% end %>