Guest User

Untitled

a guest
Jul 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <li>
  2. <div class="fiximage"><%= image_tag photo.picture.url(:small), :cache => false, :title => photo.title %>
  3. </div>
  4. <div class="details">
  5. <span class="location"><%= photo.place %>Hello Hyderabad, India.Hello Hyderabad, India.</span><br />
  6. <span class="location"><%= time_ago_in_words(photo.updated_at, include_seconds = true) + " ago" %></span>
  7. </div>
  8. <h5><%= link_to 'Edit', edit_photo_path(photo) %> | <%= link_to 'Destroy', photo, :confirm => 'Are you sure?', :method => 'DELETE' %></h5>
  9. </li>
  10. <script>
  11. $(function(){
  12.  
  13. $("img[title]").tooltip({offset: [100,0]});
  14. });
  15. </script>
Add Comment
Please, Sign In to add comment