|
|
@@ -1,6 +1,6 @@ |
|
|
<% school = laboratory&.school %> |
|
|
<% school = laboratory&.school %> |
|
|
<td><%= list_index_no((params[:page] || 1).to_i, index) %></td> |
|
|
<td><%= list_index_no((params[:page] || 1).to_i, index) %></td> |
|
|
<td class="text-left"><%= school&.name || 'EduCoder主站' %></td> |
|
|
|
|
|
|
|
|
<td class="text-left"><%= school&.name || 'Trustie主站' %></td> |
|
|
<td class="text-left"> |
|
|
<td class="text-left"> |
|
|
<% if laboratory.identifier %> |
|
|
<% if laboratory.identifier %> |
|
|
<%= link_to laboratory.site, "https://#{laboratory.site}", target: '_blank' %> |
|
|
<%= link_to laboratory.site, "https://#{laboratory.site}", target: '_blank' %> |
|
|
|