sqm-dashboards/app/views/legacy/recipients/edit.html.haml

5 lines
184 B
Text

%h1 Editing Recipient
= render 'form', recipient: @recipient
= link_to 'Show', legacy_school_legacy_recipient_path(@school, @recipient)
|
= link_to 'Back', legacy_school_path(@school)