OSDN Git Service

t#29505:md5 search wrote test on picture
[pettanr/pettanr.git] / app / views / original_pictures / _history_list.html.erb
1 <% history.each do |picture| -%>
2   <h3>revision:<%= picture.revision %></h3>
3   <div>licensed at <%= picture.created_at %></div>
4   <%= tag(:img, picture.opt_img_tag) -%>
5   <%= render picture.credit_template, :picture => picture %>
6 <% end -%>