mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
tweaking edit page
This commit is contained in:
parent
198c8984c1
commit
eda41debc0
1 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
%h1 Editing recipient_list
|
||||
= render 'form'
|
||||
= link_to 'Show', [@recipient_list.school, @recipient_list]
|
||||
|
|
||||
= link_to 'Back', school_recipient_lists_path(@recipient_list.school)
|
||||
.row
|
||||
.offset-sm-2.col-sm-8
|
||||
%h3 Edit Recipient List
|
||||
= render 'form'
|
||||
%br
|
||||
%p= link_to 'Show', [@recipient_list.school, @recipient_list]
|
||||
%p= link_to 'Back',@school
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue