|
|
|
@ -122,11 +122,13 @@
|
|
|
|
|
(<%= link_to "#{studentCount(project)}人", project_member_path(project, :role => 2) ,:course =>'1' %>)
|
|
|
|
|
</div>
|
|
|
|
|
<div class='desc_item' style="">
|
|
|
|
|
<span class='font_bolder'>
|
|
|
|
|
<%=l :label_main_teacher%>: <%=Course.find_by_extra(project.identifier).try(:teacher).try(:name)%>
|
|
|
|
|
<span class=''>
|
|
|
|
|
<% course = Course.find_by_extra(project.identifier) %>
|
|
|
|
|
<%= course.teacher.user_extensions.occupation.try(:gsub, /(.+)$/, '\1:') %>
|
|
|
|
|
</span>
|
|
|
|
|
<span class='font_italic'>
|
|
|
|
|
<%= Course.find_by_extra(project.identifier).teacher.user_extensions.occupation %>
|
|
|
|
|
<span class='font_bolder'>
|
|
|
|
|
<%= link_to(course.try(:teacher).try(:name), user_path(course.teacher)) %>
|
|
|
|
|
<%#=course.try(:teacher).try(:name)%>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class='desc_item' style="">
|
|
|
|
|