增加空格

This commit is contained in:
cxt 2016-07-25 09:58:17 +08:00
parent 7c2495c8a1
commit df80362899
1 changed files with 7 additions and 7 deletions

View File

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