|
|
|
@ -380,4 +380,8 @@ module TidingDecorator
|
|
|
|
|
I18n.t(locale_format(tiding_type)) % [container.try(:title) || extra]
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
def public_course_start_content
|
|
|
|
|
I18n.t(locale_format) % [belong_container&.name, belong_container&.start_date&.strftime("%Y-%m-%d")]
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|