OSDN Git Service

t#29312:any update
[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   <img src="<%= picture.url -%>">
5   <%= render picture.credit_template, :picture => picture %>
6 <% end -%>