diff --git a/app/views/courses/_course.html.erb b/app/views/courses/_course.html.erb index 366eb6886..889319d5e 100644 --- a/app/views/courses/_course.html.erb +++ b/app/views/courses/_course.html.erb @@ -73,7 +73,7 @@ <%= l(:lable_course_end) %> <% else %> - <%#= join_in_course_for_list(@course, User.current,['regular'])%> + <%= join_in_course_for_list(@course, User.current,['regular'])%> <% end -%> diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index abddfc30c..83f1a07ed 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -17,7 +17,6 @@ 版本库地址:<%= h @repository.url %> <% end %> -
点击查看如何提交代码
<% else %>