From adb315521e596fcac39ef58eee918fd928315fac Mon Sep 17 00:00:00 2001 From: "vilet.yy" Date: Mon, 22 Mar 2021 14:20:03 +0800 Subject: [PATCH] fix --- .../admins/laboratories/shared/_laboratory_item.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/admins/laboratories/shared/_laboratory_item.html.erb b/app/views/admins/laboratories/shared/_laboratory_item.html.erb index 828ca443..b9fa9c30 100644 --- a/app/views/admins/laboratories/shared/_laboratory_item.html.erb +++ b/app/views/admins/laboratories/shared/_laboratory_item.html.erb @@ -9,11 +9,11 @@ <% end %> - <% if school && school.identifier.present? %> + <%# if school && school.identifier.present? %> <%#= link_to school.identifier.to_s, statistics_college_path(school.identifier), target: '_blank' %> - <% else %> + <%# else %> -- - <% end %> + <%# end %>