fix error
This commit is contained in:
parent
879240c7b8
commit
18c2254bb9
|
@ -710,7 +710,11 @@ class AnnouncementsController < ApplicationController
|
||||||
"carousel_html" => '',
|
"carousel_html" => '',
|
||||||
"sub_anncs_text" => '',
|
"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
|
"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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue