This commit is contained in:
chiu 2023-07-10 06:38:56 +00:00
parent 4ab55464bc
commit 08e9f5f8fa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<% @asia_teachers.each do |teacher| %>
<tr>
<td><h4><%= teacher.teacher %></h4></td>
<td><%= teacher.discipline_expertise %></td>
<td><%= teacher.discipline_expertise.join("\n") rescue nil %></td>
<td><a href="<%=asia_projects_admin_asia_database_path(teacher)%>"><%= teacher.asia_projects.count %></a></td>
<td><a href="<%=asia_papers_admin_asia_database_path(teacher)%>"><%= teacher.asia_papers.count %></a></td>
<td><a href="<%=asia_patents_admin_asia_database_path(teacher)%>"><%= teacher.asia_patents.count %></a></td>