mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX admin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<% school = laboratory.school %>
|
||||
<% school = laboratory&.school %>
|
||||
<td><%= list_index_no((params[:page] || 1).to_i, index) %></td>
|
||||
<td class="text-left"><%= school&.name || 'EduCoder主站' %></td>
|
||||
<td class="text-left">
|
||||
@@ -66,4 +66,4 @@
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
</td>
|
||||
|
||||
@@ -26,4 +26,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<%= render partial: 'admins/shared/paginate', locals: { objects: laboratories } %>
|
||||
<%= render partial: 'admins/shared/paginate', locals: { objects: laboratories } %>
|
||||
|
||||
Reference in New Issue
Block a user