Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <ul id='selected_for_online_portfolio_list'>
  2. <% @project.selected_photos.each do |photo| %>
  3. <% domid = "image_#{photo.id}" %>
  4. <li class="selected_for_online_portfolios" id='<%= domid %>'><%= photo.id %></li>
  5. <%= draggable_element( domid, :ghosting => true, :revert => true ) %>
  6. <% end %>
  7. </ul>
Add Comment
Please, Sign In to add comment