From 2851e52d9b6b0d8c6ff895fa4a44a8ded192bab6 Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 20 Jan 2017 15:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BA=A7=E9=85=8D=E7=BD=AE-=E8=AE=A8?= =?UTF-8?q?=E8=AE=BA=E5=8C=BA=E8=AE=BE=E7=BD=AE=EF=BC=9A=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/settings/_boards_setting.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/courses/settings/_boards_setting.html.erb b/app/views/courses/settings/_boards_setting.html.erb index 90c1f8b46..cee883f42 100644 --- a/app/views/courses/settings/_boards_setting.html.erb +++ b/app/views/courses/settings/_boards_setting.html.erb @@ -46,7 +46,7 @@ <%= link_to('下移', {:controller => 'boards', :action => 'update_position', :id => board.id, :course_id => @course.id, :opr => 'down'},:remote => true, :method => 'post', :class => "sy_btn_blue mr5", :title => '下移') %> <% end %> 编辑 - 删除 + 删除 <% end %>