mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 15:08:15 -07:00
fixing link
This commit is contained in:
parent
44ee1a0ff5
commit
554722162e
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
%br
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue