fix template

This commit is contained in:
rulingcom 2026-06-18 14:29:50 +08:00
parent fc82f27a15
commit 1014b45648
1 changed files with 4 additions and 0 deletions

View File

@ -12,7 +12,9 @@ class PersonalVolunteersController < ApplicationController
{
'attendee' => ("<a href='#{path_to_member}'>" + member.name + "</a>"),
'volunteer_name' => volunteer_service.volunteer_name,
'volunteer_type' => volunteer_service.volunteer_type,
'volunteer_organizer' => volunteer_service.volunteer_organizer,
'participation_status' => volunteer_service.participation_status,
'volunteer_area' => volunteer_service.volunteer_area,
'volunteer_start_date' => volunteer_service.volunteer_start_date,
'volunteer_end_date' => volunteer_service.volunteer_end_date,
@ -28,7 +30,9 @@ class PersonalVolunteersController < ApplicationController
'extras' => {
'widget-title' => t('module_name.personal_volunteer'),
'volunteer_name' => t('personal_volunteer.volunteer_name'),
'volunteer_type' => t('personal_volunteer.volunteer_type'),
'volunteer_organizer' => t('personal_volunteer.volunteer_organizer'),
'participation_status' => t('personal_volunteer.participation_status'),
'volunteer_area' => t('personal_volunteer.volunteer_area'),
'volunteer_start_date' => t('personal_volunteer.volunteer_start_date'),
'volunteer_end_date' => t('personal_volunteer.volunteer_end_date'),