h5.text-center = "#{@company.name} - Integrations" .integrations-list-wrapper.mt20 - @integrations.keys.in_groups_of(3) do |group| .row - group.compact.each do |type| .col-sm-4 = render "admin/integrations/show/panel", integration: @integrations[type]