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 %>