mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 15:08:15 -07:00
more info about recipient schedules
This commit is contained in:
parent
7947ef5e5b
commit
0dcca6a8a7
1 changed files with 9 additions and 0 deletions
|
|
@ -46,6 +46,15 @@
|
|||
%strong Opted out:
|
||||
= @recipient.opted_out
|
||||
|
||||
- if (recipient_schedule = @recipient.recipient_schedules.first).present?
|
||||
%p
|
||||
%strong Last Attempt At:
|
||||
= recipient_schedule.last_attempt_at.strftime('%A, %b %d')
|
||||
|
||||
%p
|
||||
%strong Next Attempt At:
|
||||
= recipient_schedule.next_attempt_at.strftime('%A, %b %d')
|
||||
|
||||
= link_to 'Edit', edit_school_recipient_path(@school, @recipient)
|
||||
|
|
||||
= link_to 'Back', school_path(@school)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue