sqm-dashboards/app/views/recipients/edit.html.erb
2017-02-25 11:00:27 -05:00

6 lines
148 B
Text

<h1>Editing Recipient</h1>
<%= render 'form', recipient: @recipient %>
<%= link_to 'Show', @recipient %> |
<%= link_to 'Back', recipients_path %>