adbanner-test/app/views/admin/ad_images/index.html.erb

5 lines
111 B
Plaintext
Raw Normal View History

2014-04-11 07:47:33 +00:00
<% @ad_images.each do |a|%>
<%= a.title %>
2014-04-11 08:26:34 +00:00
<%= a.banner.title%>
<%=image_tag(a.file.url(:thumb))%>
2014-04-11 07:47:33 +00:00
<% end %>