<%= image_tag(get_course_avatar(project), :class => "avatar-4") %>
@@ -211,7 +211,7 @@
<% if !course_endTime_timeout?(project)%>
- <%= new_watcher_link(project, User.current)%>
+ <%#= new_watcher_link(project, User.current)%>
<% end %>
diff --git a/config/routes.rb b/config/routes.rb
index 7c1ad802..b087b3bd 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -700,7 +700,7 @@ RedmineApp::Application.routes.draw do
#######confusing########
get 'welcome/search', to: 'welcome#search'
get 'school/index', to: 'school#index'
- get 'course/:school_id', to: 'welcome#course'
+ get 'course/:school_id', to: 'welcome#course', :as => 'scholl_course_list'
#get 'course/:school_id', to: 'welcome#course'
post 'school/get_options/:province', :to => 'school#get_options'
get 'school/get_options/:province', :to => 'school#get_options'