OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / views / stories / _licensed_pictures.html.erb
diff --git a/app/views/stories/_licensed_pictures.html.erb b/app/views/stories/_licensed_pictures.html.erb
deleted file mode 100644 (file)
index 1c10cc7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<div class="pettanr-licensed_pictures">
-  <% licensed_pictures.each do |pid, picture| %>
-    <table class="no-border">
-      <tr>
-        <td>
-          <%= link_to(tag(:img, picture.tmb_opt_img_tag), picture_path(picture.id)) -%>
-        </td>
-        <td>
-          <%= render picture.credit_template, :picture => picture %>
-        </td>
-      </tr>
-    </table>
-  <% end %>
-</div>