parent
cc84c3bbda
commit
4b3693ed42
@ -1,3 +1,6 @@
|
|||||||
%h1 New Question List
|
.row
|
||||||
= render 'form', question_list: @question_list
|
.offset-sm-2.col-sm-8
|
||||||
= link_to 'Back', question_lists_path
|
%h3 Create A Question List
|
||||||
|
= render 'form', question_list: @question_list
|
||||||
|
%br
|
||||||
|
%p= link_to 'Back', root_path
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
.row
|
.row
|
||||||
.offset-sm-2.col-sm-8
|
.offset-sm-2.col-sm-8
|
||||||
%h3 Create A Recipient List For This School
|
%h3 Create A Recipient List For This School
|
||||||
= render 'form'
|
= render 'form', recipient_list: @recipient_list
|
||||||
%br
|
%br
|
||||||
%p= link_to 'Back',@school
|
%p= link_to 'Back',@school
|
||||||
|
|||||||
Loading…
Reference in new issue