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