add subtitle_ann for front-end
This commit is contained in:
parent
82ab7c40ec
commit
c3c8e4864b
|
@ -342,6 +342,7 @@ class AnnouncementsController < ApplicationController
|
|||
"bulletin_links" => links,
|
||||
"data" => {
|
||||
"title" => announcement.title,
|
||||
"subtitle_ann" => announcement.subtitle,
|
||||
"update_user" => update_user,
|
||||
"updated_at" => announcement.postdate.strftime('%Y-%m-%d %H:%M'),
|
||||
"body" =>announcement.text,
|
||||
|
|
Loading…
Reference in New Issue