oneclickorgs/one-click-orgs

View on GitHub
app/views/admin/members/proposed_organisations.html.haml

Summary

Maintainability
Test Coverage
%p
  = link_to("All users", admin_members_path)
  |
  = link_to("Active organisations", active_organisations_admin_members_path)
  |
  Organisations awaiting registration

%h2 Users from organisations awaiting registration
%table.users
  %thead
    %tr
      %th Name
      %th Email
      %th Organisation
      %th Last login
  - @members.each do |member|
    %tr
      %td= member.name
      %td= member.email
      %td= member.organisation_name
      %td= member.last_logged_in_at