From 241d525e2caaaf42597d80d29ba6ebe3cc3b88d4 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 21 Aug 2015 13:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E5=90=8D=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=E2=80=9C=E6=9C=AA=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E9=97=AE=E5=8D=B7=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/user_messages.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/user_messages.html.erb b/app/views/users/user_messages.html.erb index 07c8b420a..3b1652f2d 100644 --- a/app/views/users/user_messages.html.erb +++ b/app/views/users/user_messages.html.erb @@ -76,7 +76,7 @@
  • "><%= ucm.course_message.user %>
  • ">发布问卷
  • - <%= link_to format_activity_title(" #{ucm.course_message.polls_name}"), poll_index_path(:polls_type => "Course", :polls_group_id => ucm.course_id), + <%= link_to format_activity_title(" #{ucm.course_message.polls_name.nil? ? "未命名问卷" : ucm.course_message.polls_name}"), poll_index_path(:polls_type => "Course", :polls_group_id => ucm.course_id), :class=>"#{ucm.viewed==0?"newsBlack":"newsGrey"}", :title => "#{ucm.course_message.polls_name}" %>
  • <%= time_tag(ucm.course_message.created_at).html_safe %>