diff --git a/app/views/users/_user_syllabus_list.html.erb b/app/views/users/_user_syllabus_list.html.erb index dbf7e301a..153e11592 100644 --- a/app/views/users/_user_syllabus_list.html.erb +++ b/app/views/users/_user_syllabus_list.html.erb @@ -26,7 +26,6 @@

<%=syllabus.title %>

- <%=link_to '', syllabus_path(syllabus.id), :class => 'icons_sy_setting fr', :title => '管理课程' %>

更新时间:<%=format_date syllabus.updated_at %> 创建老师:<%=syllabus.user.show_name %> 班级:<%=courses.count %> @@ -66,6 +65,9 @@ <% end %> + + + <%=link_to '', syllabus_path(syllabus.id), :class => 'icons_sy_setting fr', :title => '管理课程' %> <% end %>