saasbook

ajax_movie_partial.html.haml

Mar 13th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.11 KB | None | 0 0
  1. %p= movie.description
  2.  
  3. = link_to 'Edit Movie', edit_movie_path(movie)
  4. = link_to 'Close', '', {:id => 'closeLink'}
Add Comment
Please, Sign In to add comment