OSDN Git Service

t#30487:fix export error
[pettanr/pettanr.git] / app / views / provider_statuses / licenses_import.html.erb
index eb414cc..90e2022 100644 (file)
@@ -1,7 +1,9 @@
 <h1><%= t('.title') %></h1>
 <p id="notice"><%= notice %></p>
 
-<% if @failures.empty? %>
+<% if @failures == nil %>
+  <h1>No Response</h1>
+<% elsif @failures.empty? %>
   <h2>
     <%= t('provider_statuses.licenses_import.success') %>
   </h2>