Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 8, 2011 06:22
Show Gist options
  • Select an option

  • Save meltzerj/909388 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/909388 to your computer and use it in GitHub Desktop.
profile show view
<div id='main_profile_column'>
<div id="video_div">
<% @videos.each do |video| %>
<%= render 'videos/video', :video => video %>
<% end %>
</div>
<%= paginate @videos %>
</div>
$("#video_div").html("<%= escape_javascript(render("videos/video")) %>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment