OSDN Git Service

t#31078:add ImportResult
[pettanr/pettanr.git] / app / views / provider_statuses / _resource_pictures_errors.html.erb
diff --git a/app/views/provider_statuses/_resource_pictures_errors.html.erb b/app/views/provider_statuses/_resource_pictures_errors.html.erb
deleted file mode 100644 (file)
index ebd88aa..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<h2>
-  <%= t('provider_statuses.resource_pictures_import.fail', :size => failures.size) %>
-</h2>
-<table>
-  <tr>
-    <th><%= t_m 'ResourcePicture.id' -%></th>
-    <th><%= t_m 'ResourcePicture.original_picture_id' -%></th>
-    <th><%= t_m 'ResourcePicture.picture_id' -%></th>
-    <th><%= t_m 'ResourcePicture.artist_id' -%></th>
-    <th><%= t_m 'ResourcePicture.md5' -%></th>
-  </tr>
-  <% failures.each do |resource_picture| %>
-    <tr>
-      <td>
-        <%= h(resource_picture['id']) %>
-      </td>
-      <td>
-        <%= h(resource_picture['original_picture_id']) %>
-      </td>
-      <td>
-        <%= h(resource_picture['picture_id']) %>
-      </td>
-      <td>
-        <%= h(resource_picture['artist_id']) %>
-      </td>
-      <td>
-        <%= h(resource_picture['md5']) %>
-      </td>
-    </tr>
-  <% end %>
-</table>