Sha256: 4b27b2367414f9bc8e2b1fe31d0c59faee241eb1b7e2193580ecb541d5336b22
Contents?: true
Size: 812 Bytes
Versions: 8
Compression:
Stored size: 812 Bytes
Contents
<% page_title 'Educational Institution Detail' %> <p> <b>Name</b>: <%= @school.name %> </p> <p> <b>Address</b>: <%= @school.address_1 %> </p> <p> <b>Address 2</b>: <%= @school.address_2 if @school.address_2 && !@school.address_2.empty? %> </p> <p> <b>City</b>: <%= @school.city %> </p> <p> <b>State</b>: <%= GeographicalRegions.us_state_by_abbreviation @school.state %> </p> <p> <b>Zipcode</b>: <%= @school.zipcode %> </p> <p> <b>Phone</b>: <%= @school.phone %> </p> <p> <b>Approved</b>: <%= @school.approved ? 'Yes' : 'No' %> </p> <%= link_to 'Edit', edit_admin_school_path(@school) %> | <%= link_to 'Migrate Users to Different Educational Institution', migration_new_admin_school_path(@school) %> | <%= link_to 'Manage Educational Institutions', admin_schools_path %>
Version data entries
8 entries across 8 versions & 1 rubygems