This commit is contained in:
BoHung Chiu 2021-07-08 12:23:21 +08:00
parent 076d178531
commit 3cb544abe4
1 changed files with 5 additions and 2 deletions

View File

@ -409,6 +409,9 @@ class EventNewsController < ApplicationController
"main_picture" => mp,
"main_picture_description" => mpd,
"title-head" => t('event_news.table.title'),
"host-head" => t('event_news.host'),
"notes-head" => t('event_news.notes'),
"event_date-head" => t('date_'),
"date-head" => t('event_news.table.date'),
"author-head" => t('event_news.table.author'),
"status-head" => t('event_news.table.status'),
@ -539,7 +542,7 @@ class EventNewsController < ApplicationController
"tags" => tags,
"event_news_files" => files,
"event_news_links" => links,
"extra" => {
"data" => {
"speaker-head" => t('event_news.speaker'),
"host-head" => t('event_news.host'),
"notes-head" => t('event_news.notes'),
@ -610,7 +613,7 @@ class EventNewsController < ApplicationController
"tags" => tags,
"event_news_files" => files,
"event_news_links" => links,
"extra" => {
"data" => {
"speaker-head" => t('event_news.speaker'),
"host-head" => t('event_news.host'),
"notes-head" => t('event_news.notes'),