OSDN Git Service

Merge branch 'v04' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v04
[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 -%>