From 3bc11cd5befce47fb30ea1b5acbf734dd586c5e6 Mon Sep 17 00:00:00 2001 From: cxt Date: Mon, 24 Oct 2016 09:45:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E5=B7=A6=E4=BE=A7=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E7=9A=84=E5=B0=8F=E5=88=86=E7=8F=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E2=80=9C=E6=B7=BB=E5=8A=A0=E6=88=90=E5=91=98=E2=80=9D=E7=9A=84?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/_group_children_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_group_children_list.html.erb b/app/views/layouts/_group_children_list.html.erb index 0bfce60d8..00ed8ebb0 100644 --- a/app/views/layouts/_group_children_list.html.erb +++ b/app/views/layouts/_group_children_list.html.erb @@ -4,7 +4,7 @@
  • <% count = group.members.count %> <%=count %> - <%#= link_to( "",course_boards_path(@course, :board_id =>board.id, :flag => true, :is_new => 1), :class => 'sy_class_add', :title =>"#{l(:label_message_new)}") %> + <%= link_to '', search_not_group_member_course_path(@course,:group_id => group.id),:remote => true, :class => "sy_class_add", :title => "添加成员" %>
  • <% end %>