|
|
|
@ -4,7 +4,8 @@
|
|
|
|
|
:class => 'icon icon-add') if User.current.allowed_to?(:add_course,nil, :global => true) %>
|
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
<%= link_to l(:label_course_join_student), join_private_courses_courses_path ,:remote => true, :class => 'icon icon-add' %>
|
|
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= link_to l(:label_course_join_student), join_private_courses_courses_path ,:remote => true, :class => 'icon icon-add' %>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%= link_to l(:label_more), {:controller => 'courses', :action => 'index', :school_id => school_id} %>
|