Guest User

Untitled

a guest
May 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <% unless @photo == @photos.last %>
  2. <%= link_to_remote ((image_tag 'Panic_Photos_RightArrow.png', :mouseover => 'Panic_Photos_RightArrowRoll.png', :id => 'right_arrow'),
  3. :update => "front",
  4. :url => { :controller => :panic, :action => :photo, :id => @photo.id + 1} )%>
  5. <% else %>
Add Comment
Please, Sign In to add comment