File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/views/rails_admin/main Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22< div class ="row ">
33< div class ="span2 "> Interior Images</ div >
44< div class ="span4 ">
5- <% @interior_imgs . each do |imgs | %>
5+ <% @interior_imgs . each do |img | %>
66< a href ="<%= img . image ( :original ) %> " class ="thumbnail " target ="blank "> < img src ="<%= img . image ( :original ) %> "> </ a >
77<% end %>
88</ div >
99</ div >
1010< div class ="row ">
1111< div class ="span2 "> Exterior Images</ div >
1212< div class ="span4 ">
13- <% @interior_imgs . each do |imgs | %>
13+ <% @interior_imgs . each do |img | %>
1414< a href ="<%= img . image ( :original ) %> " class ="thumbnail " target ="blank "> < img src ="<%= img . image ( :original ) %> "> </ a >
1515<% end %>
1616</ div >
1717</ div >
1818< div class ="row ">
1919< div class ="span2 "> Generic Images</ div >
2020< div class ="span4 ">
21- <% @interior_imgs . each do |imgs | %>
21+ <% @interior_imgs . each do |img | %>
2222< a href ="<%= img . image ( :original ) %> " class ="thumbnail " target ="blank "> < img src ="<%= img . image ( :original ) %> "> </ a >
2323<% end %>
2424</ div >
Original file line number Diff line number Diff line change 11module RailsAdminImages
2- VERSION = "0 .0.5 "
2+ VERSION = "1 .0.0 "
33end
You can’t perform that action at this time.
0 commit comments