Sha256: e501d6b504618888d8b5706a63380e0feabfdd459b2f5e4a11e06d8423efae0b
Contents?: true
Size: 740 Bytes
Versions: 6
Compression:
Stored size: 740 Bytes
Contents
= content_for :show_header do = t(:'school.show') = well_div do - unless @school.blank? #school-show-table = render 'show_table', school: @school = hr = render 'gaku/admin/schools/campuses/campuses' br = render 'gaku/admin/schools/programs/programs' br = well_div do - if params[:action] == 'school_details' span4 = link_to t(:'school.edit_master'), admin_school_details_edit_path, class: 'btn btn-danger span4', data: { confirm: t('confirm') }, id: 'edit-admin-primary-school' - else - unless @school.primary? .span6 = link_to_edit_with_text [:edit, :admin, @school], remote: true .span6 = link_to_back admin_schools_path
Version data entries
6 entries across 6 versions & 2 rubygems