parent
37e01c024b
commit
645d7bc7d5
@ -1,6 +1,7 @@
|
||||
class WelcomeController < ApplicationController
|
||||
|
||||
def index
|
||||
@schools = School.all
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
%h1 New recipient_list
|
||||
= render 'form'
|
||||
= link_to 'Back', school_recipient_lists_path(@recipient_list.school)
|
||||
.row
|
||||
.offset-sm-2.col-sm-8
|
||||
%h3 Create A Recipient List For This School
|
||||
= render 'form'
|
||||
%br
|
||||
%p= link_to 'Back',@school
|
||||
|
||||
Loading…
Reference in new issue