fix error

This commit is contained in:
邱博亞 2022-04-26 11:47:24 +08:00
parent 879240c7b8
commit 18c2254bb9
1 changed files with 5 additions and 1 deletions

View File

@ -710,7 +710,11 @@ class AnnouncementsController < ApplicationController
"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
}
},
"comments" => [],
"show_comment_flag" => '',
"impressionist" => nil,
"url_to_edit"=> ''
}
end