education/classroom

View on GitHub
app/views/organizations/_organization_select.html.erb

Summary

Maintainability
Test Coverage
<%= button_tag type: 'submit', name: "organization[github_id]", class: 'd-block width-full text-center hover-grow border rounded-2 box-shadow-medium bg-white p-3', value: org[:github_id] do %>
  <%= image_tag "https://avatars.githubusercontent.com/u/#{org[:github_id]}?v=3&size=200", class: 'avatar d-block mx-auto mb-2', width: 100, height: 100, alt: "#{org[:login]}" %>
  <span title=<%= "#{org[:login]}" %>><%= "#{org[:login]}" %></span>
<% end %>