Sha256: 3bb92ad24d0f9a8c9e459feee06e5733cbe278befef4e5b3c323225d154a6dbe
Contents?: true
Size: 388 Bytes
Versions: 33
Compression:
Stored size: 388 Bytes
Contents
= render "layouts/manage/page_title", title: "Edit School", subtitle: @school.name do .btn-group = link_to 'Cancel', manage_school_path(@school), class: 'btn btn-sm btn-outline-secondary' = link_to 'Delete', manage_school_path(@school), method: :delete, data: { confirm: 'Are you sure? This action is irreversible.' }, class: 'btn btn-sm btn-outline-secondary' = render 'form'
Version data entries
33 entries across 33 versions & 1 rubygems