@ -12,7 +12,7 @@
%body
.container
.row
.col
.col-12
= render partial: 'layouts/header'
- if notice.present?
@ -1,4 +1,4 @@
.col-6.py-3
.col-12.col-sm-6.py-3
.school_category.short.p-2
%h4.title.text-center.pt-3
= link_to(school_category.category.name, [school_category.school, school_category.category])
@ -46,8 +46,8 @@
%td= link_to schedule.name, [@school, schedule]
%td= schedule.start_date
%td= schedule.end_date
%td= link_to('Edit', edit_school_recipient_list_path(@school, schedule))
%td= link_to('Delete', school_recipient_list_path(@school, schedule), method: :delete, data: {confirm: 'Are you sure you want to delete this schedule?'})
%td= link_to('Edit', edit_school_schedule_path(@school, schedule))
%td= link_to('Delete', school_schedule_path(@school, schedule), method: :delete, data: {confirm: 'Are you sure you want to delete this schedule?'})
%br