fix error
This commit is contained in:
parent
78e69ceb50
commit
879240c7b8
|
@ -699,7 +699,17 @@ class AnnouncementsController < ApplicationController
|
|||
"bulletin_links" => [],
|
||||
"data" => {
|
||||
"title" => announcement.title,
|
||||
"body" => "<b class='announcement_expired'>#{I18n.t('announcement.expired')}</b><br><a class='announcement_go_back_list' href='../' title='#{I18n.t('announcement.go_back')}'>#{I18n.t('announcement.go_back')}</a>".html_safe
|
||||
"subtitle_ann" => '',
|
||||
"update_user" => '',
|
||||
"updated_at" => '',
|
||||
"image" => '',
|
||||
"img_src" => '',
|
||||
"img_description" => '',
|
||||
"hide_class" => ' hide',
|
||||
"alt_title" => '',
|
||||
"carousel_html" => '',
|
||||
"sub_anncs_text" => '',
|
||||
"body" => "<b class='announcement_expired'>#{I18n.t('announcement.expired')}</b><br><a class='announcement_go_back_list' href='./' title='#{I18n.t('announcement.go_back')}'>#{I18n.t('announcement.go_back')}</a>".html_safe
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue