班级动态去掉“>”

dev_pull
cxt 9 years ago
parent d17a9dabd8
commit 1f8fa1c70a

@ -595,19 +595,19 @@ module CoursesHelper
def get_acts_list_type type def get_acts_list_type type
case type case type
when "homework" when "homework"
"> " + l(:label_homework_acts) l(:label_homework_acts)
when "news" when "news"
"> " + l(:label_news_acts) l(:label_news_acts)
when "attachment" when "attachment"
"> " + l(:label_attachment_acts) l(:label_attachment_acts)
when "message" when "message"
"> " + l(:label_message_acts) l(:label_message_acts)
when "journalsForMessage" when "journalsForMessage"
"> " + l(:label_journalsForMessage_acts) l(:label_journalsForMessage_acts)
when "poll" when "poll"
"> " + l(:label_poll_acts) l(:label_poll_acts)
else else
"> " + l(:label_all_cats) l(:label_all_cats)
end end
end end

@ -37,7 +37,7 @@ zh:
label_message_acts: 论坛动态 label_message_acts: 论坛动态
label_journalsForMessage_acts: 留言动态 label_journalsForMessage_acts: 留言动态
label_poll_acts: 问卷动态 label_poll_acts: 问卷动态
label_all_cats: 全部动态 label_all_cats: 班级动态
# #
# 课程托管平台主页 # 课程托管平台主页

Loading…
Cancel
Save