OSDN Git Service

Merge branch 'v05' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v05
[pettanr/pettanr.git] / app / views / provider_statuses / _original_pictures_errors.html.erb
diff --git a/app/views/provider_statuses/_original_pictures_errors.html.erb b/app/views/provider_statuses/_original_pictures_errors.html.erb
deleted file mode 100644 (file)
index ba5dd40..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<h2>
-  <%= t('provider_statuses.original_pictures_import.fail', :size => failures.size) %>
-</h2>
-<table>
-  <tr>
-    <th><%= t_m 'OriginalPicture.id' -%></th>
-    <th><%= t_m 'OriginalPicture.artist_id' -%></th>
-    <th><%= t_m 'OriginalPicture.md5' -%></th>
-  </tr>
-  <% failures.each do |original_picture| %>
-    <tr>
-      <td>
-        <%= h(original_picture['id']) %>
-      </td>
-      <td>
-        <%= h(original_picture['artist_id']) %>
-      </td>
-      <td>
-        <%= h(original_picture['md5']) %>
-      </td>
-    </tr>
-  <% end %>
-</table>