快速加入班级通道

只要持有班级邀请码,就可以快速加入所在班级。班级页面搜索不到的私有班级只能从此通道进入哦!

<%= form_tag({:controller => 'courses', :action => 'join'}, :remote => true, :method => :post, :id => 'new-watcher-form') do %>
  • 班级邀请码:
  • 班级邀请码是所在班级页面中显示的邀请码
  • <% if User.current.logged? && User.current.extensions && User.current.extensions.identity == 0%> <%else%> <%end%>
  • <%= l(:label_new_join) %> <%= l(:button_cancel)%>
<% end%>