!!! 5
%html
%meta{ 'http-equiv' => 'Content-Type', content: 'text/html', charset: 'utf-8'}
= stylesheet_link_tag 'mailer'
%body
.header
%span= @school.name
.container
= yield
%table.w-100.border
%tr
%td.w-50.px-3.pb-3
%p.title-font
%strong School Information
%p #{@school.name} #{@school.id}
%p Phone: #{@school.phone}
%p Email: #{@school.contact_email}
%p Website: #{@school.website}
%td.px-3.pb-3.align-top
%p.title-font
%strong Connect With Us
- if @school_info['Facebook'].present?
= link_to "#{@school.name} Facebook", @school_info['Facebook'],
class: 'btn btn-facebook btn-block mb-3'
- if @school_info['Twitter'].present?
= link_to "#{@school.name} Twitter", @school_info['Twitter'],
class: 'btn btn-twitter btn-block'