OSDN Git Service

t#32046:
[pettanr/pettanr.git] / app / views / stories / _licensed_pictures.html.erb
1 <div class="pettanr-licensed_pictures">
2   <% licensed_pictures.each do |pid, picture| %>
3     <table class="no-border">
4       <tr>
5         <td>
6           <%= link_to(tag(:img, picture.tmb_opt_img_tag), picture_path(picture.id)) -%>
7         </td>
8         <td>
9           <%= render picture.credit_template, :picture => picture %>
10         </td>
11       </tr>
12     </table>
13   <% end %>
14 </div>