Advertisement
Guest User

dasdasdsa

a guest
Oct 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.31 KB | None | 0 0
  1. <% (0...@room.images.count).each do |image| %>
  2.                     <div class="col-md-4">
  3.                         <%= link_to @room.images[image], target: '_blank' do %>
  4.                             <%= image_tag(@room.images[image], class: "img-responsive", style: "height: 200px; margin-top: 20px !important; width: 100%;") %>
  5.                         <% end %>
  6.                     </div>
  7.                 <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement